Html Css Color HEX #19572B Crusoe

📋 copy color: '#19572B'

red 25 ◦ green 87 ◦ blue 43

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

Shades of Crusoe #19572B

Tints of Crusoe #19572B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 16.13%
G = 56.13%
B = 27.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#19572B (or 0x19572B) is known color: Crusoe. HEX triplet: 19, 57 and 2B. RGB value is (25,87,43). Sum of RGB (Red+Green+Blue) = 25+87+43=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #19572B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19572B is #E6A8D4. Grayscale: #3F3F3F. Windows color (decimal): -15116501 or 2840345. OLE color: 2840345.

HSL color Cylindrical-coordinate representation of color #19572B: hue angle of 137.42º 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 #19572B is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 87 43 -
CMYK 0.71 0 0.51 0.66
HSL 137.42º 0.55% 0.22% -
HSV(B) 137.42º 0.71% 0.34% -
XYZ 4.25 7.2 3.45 -
YUV 63.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 25 87 43 0.71 0 0.51 0.66 137.42 0.55 0.22
Hex 19 57 2B 47 0 33 42 89 37 16
Octal 31 127 53 107 0 63 102 211 67 26
Binary 11001 1010111 101011 1000111 0 110011 1000010 10001001 110111 10110

Color Harmonies of #19572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19572B

Black with #19572B

Text Example


Text Example

White with #19572B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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