Html Css Color HEX #19845F Deep Sea

📋 copy color: '#19845F'

red 25 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #19845F

Tints of Deep Sea #19845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 9.92%
G = 52.38%
B = 37.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#19845F (or 0x19845F) is known color: Deep Sea. HEX triplet: 19, 84 and 5F. RGB value is (25,132,95). Sum of RGB (Red+Green+Blue) = 25+132+95=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #19845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19845F is #E67BA0. Grayscale: #5F5F5F. Windows color (decimal): -15104929 or 6259737. OLE color: 6259737.

HSL color Cylindrical-coordinate representation of color #19845F: hue angle of 159.25º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19845F is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 132 95 -
CMYK 0.81 0 0.28 0.48
HSL 159.25º 0.68% 0.31% -
HSV(B) 159.25º 0.81% 0.52% -
XYZ 10.72 17.54 13.65 -
YUV 95.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 25 132 95 0.81 0 0.28 0.48 159.25 0.68 0.31
Hex 19 84 5F 51 0 1C 30 9F 44 1F
Octal 31 204 137 121 0 34 60 237 104 37
Binary 11001 10000100 1011111 1010001 0 11100 110000 10011111 1000100 11111

Color Harmonies of #19845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19845F

Black with #19845F

Text Example


Text Example

White with #19845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19845F; }

 p { color: rgb(25,132,95); }

 H1.HeaderClassName
 {
   color: #19845F;
 }
 .AnyTagClassName
 {
   color: #19845F;
 }
</style>

background-color css

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

 a { background-color: rgb(25,132,95); }

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

border-color css

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

 span { border-color: rgb(25,132,95); }

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