Html Css Color HEX #19572E Crusoe

📋 copy color: '#19572E'

red 25 ◦ green 87 ◦ blue 46

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

Shades of Crusoe #19572E

Tints of Crusoe #19572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.06%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 15.82%
G = 55.06%
B = 29.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#19572E (or 0x19572E) is known color: Crusoe. HEX triplet: 19, 57 and 2E. RGB value is (25,87,46). Sum of RGB (Red+Green+Blue) = 25+87+46=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #19572E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19572E is #E6A8D1. Grayscale: #3F3F3F. Windows color (decimal): -15116498 or 3036953. OLE color: 3036953.

HSL color Cylindrical-coordinate representation of color #19572E: hue angle of 140.32º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19572E is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 87 46 -
CMYK 0.71 0 0.47 0.66
HSL 140.32º 0.55% 0.22% -
HSV(B) 140.32º 0.71% 0.34% -
XYZ 4.3 7.22 3.75 -
YUV 63.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 25 87 46 0.71 0 0.47 0.66 140.32 0.55 0.22
Hex 19 57 2E 47 0 2F 42 8C 37 16
Octal 31 127 56 107 0 57 102 214 67 26
Binary 11001 1010111 101110 1000111 0 101111 1000010 10001100 110111 10110

Color Harmonies of #19572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19572E

Black with #19572E

Text Example


Text Example

White with #19572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19572E; }

 p { color: rgb(25,87,46); }

 H1.HeaderClassName
 {
   color: #19572E;
 }
 .AnyTagClassName
 {
   color: #19572E;
 }
</style>

background-color css

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

 a { background-color: rgb(25,87,46); }

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

border-color css

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

 span { border-color: rgb(25,87,46); }

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