#138362

Color #138362 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #138362

Tints of Deep Sea #138362

Color information

#138362 (or 0x138362) is unknown color: approx Deep Sea. HEX triplet: 13, 83 and 62. RGB value is (19,131,98). Sum of RGB (Red+Green+Blue) = 19+131+98=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #138362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138362 is #EC7C9D. Grayscale: #5D5D5D. Windows color (decimal): -15498398 or 6456083. OLE color: 6456083.

HSL color Cylindrical-coordinate representation of color #138362: hue angle of 162.32º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138362 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1913198-
CMYK0.8500.250.49
HSL162.32º74.67%29.41%-
HSV(B)162.32º85.5%51.37%-
XYZ10.5917.2514.33-
YUV93.75130.3974.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 131 (51.56% from 255) = 52.82%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=7.66%
G=52.82%
B=39.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19131980.8500.250.49162.3274.6729.41
Hex1383625501931a24b1d
Octal232031421250316124211335
Binary10011100000111100010101010101100111000110100010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138362; }

 p { color: rgb(19,131,98); }

 H1.HeaderClassName
 {
   color: #138362;
 }
 .AnyTagClassName
 {
   color: #138362;
 }
</style>
background-color css

<style>
 a { background-color: #138362; }

 a { background-color: rgb(19,131,98); }

 div.DivClassName
 {
   background-color: #138362;
 }
 .BgClassName
 {
   background-color: #138362;
 }
</style>
border-color css

<style>
 span { border-color: #138362; }

 span { border-color: rgb(19,131,98); }

 td.TdClassName
 {
   border-color: #138362;
 }
 .TagClassName
 {
   border-color: #138362;
 }
</style>