Html Css Color HEX #10571C Crusoe

📋 copy color: '#10571C'

red 16 ◦ green 87 ◦ blue 28

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

Shades of Crusoe #10571C

Tints of Crusoe #10571C

RGB

 RED value IS 16 (6.64% from 255) = 12.21%

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

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 12.21%
G = 66.41%
B = 21.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#10571C (or 0x10571C) is known color: Crusoe. HEX triplet: 10, 57 and 1C. RGB value is (16,87,28). Sum of RGB (Red+Green+Blue) = 16+87+28=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #10571C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10571C is #EFA8E3. Grayscale: #3B3B3B. Windows color (decimal): -15706340 or 1857296. OLE color: 1857296.

HSL color Cylindrical-coordinate representation of color #10571C: hue angle of 130.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10571C is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 87 28 -
CMYK 0.82 0 0.68 0.66
HSL 130.14º 0.69% 0.2% -
HSV(B) 130.14º 0.82% 0.34% -
XYZ 3.83 7.01 2.25 -
YUV 59.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 16 87 28 0.82 0 0.68 0.66 130.14 0.69 0.2
Hex 10 57 1C 52 0 44 42 82 45 14
Octal 20 127 34 122 0 104 102 202 105 24
Binary 10000 1010111 11100 1010010 0 1000100 1000010 10000010 1000101 10100

Color Harmonies of #10571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10571C

Black with #10571C

Text Example


Text Example

White with #10571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10571C; }

 p { color: rgb(16,87,28); }

 H1.HeaderClassName
 {
   color: #10571C;
 }
 .AnyTagClassName
 {
   color: #10571C;
 }
</style>

background-color css

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

 a { background-color: rgb(16,87,28); }

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

border-color css

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

 span { border-color: rgb(16,87,28); }

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