Html Css Color HEX #19735B Deep Sea

📋 copy color: '#19735B'

red 25 ◦ green 115 ◦ blue 91

#19735B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #19735B

Tints of Deep Sea #19735B

RGB

 RED value IS 25 (10.16% from 255) = 10.82%

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 10.82%
G = 49.78%
B = 39.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#19735B (or 0x19735B) is known color: Deep Sea. HEX triplet: 19, 73 and 5B. RGB value is (25,115,91). Sum of RGB (Red+Green+Blue) = 25+115+91=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #19735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19735B is #E68CA4. Grayscale: #555555. Windows color (decimal): -15109285 or 5993241. OLE color: 5993241.

HSL color Cylindrical-coordinate representation of color #19735B: hue angle of 164º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19735B is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 91 -
CMYK 0.78 0 0.21 0.55
HSL 164º 0.64% 0.27% -
HSV(B) 164º 0.78% 0.45% -
XYZ 8.42 13.22 12.01 -
YUV 85.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 25 115 91 0.78 0 0.21 0.55 164 0.64 0.27
Hex 19 73 5B 4E 0 15 37 A4 40 1B
Octal 31 163 133 116 0 25 67 244 100 33
Binary 11001 1110011 1011011 1001110 0 10101 110111 10100100 1000000 11011

Color Harmonies of #19735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19735B

Black with #19735B

Text Example


Text Example

White with #19735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19735B; }

 p { color: rgb(25,115,91); }

 H1.HeaderClassName
 {
   color: #19735B;
 }
 .AnyTagClassName
 {
   color: #19735B;
 }
</style>

background-color css

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

 a { background-color: rgb(25,115,91); }

 div.DivClassName
 {
   background-color: #19735B;
 }
 .BgClassName
 {
   background-color: #19735B;
 }
</style>

border-color css

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

 span { border-color: rgb(25,115,91); }

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