Html Css Color HEX #12571D Crusoe

📋 copy color: '#12571D'

red 18 ◦ green 87 ◦ blue 29

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

Shades of Crusoe #12571D

Tints of Crusoe #12571D

RGB

 RED value IS 18 (7.42% from 255) = 13.43%

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 13.43%
G = 64.93%
B = 21.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#12571D (or 0x12571D) is known color: Crusoe. HEX triplet: 12, 57 and 1D. RGB value is (18,87,29). Sum of RGB (Red+Green+Blue) = 18+87+29=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #12571D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12571D is #EDA8E2. Grayscale: #3B3B3B. Windows color (decimal): -15575267 or 1922834. OLE color: 1922834.

HSL color Cylindrical-coordinate representation of color #12571D: hue angle of 129.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12571D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 29 -
CMYK 0.79 0 0.67 0.66
HSL 129.57º 0.66% 0.21% -
HSV(B) 129.57º 0.79% 0.34% -
XYZ 3.88 7.03 2.32 -
YUV 59.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 18 87 29 0.79 0 0.67 0.66 129.57 0.66 0.21
Hex 12 57 1D 4F 0 43 42 82 42 15
Octal 22 127 35 117 0 103 102 202 102 25
Binary 10010 1010111 11101 1001111 0 1000011 1000010 10000010 1000010 10101

Color Harmonies of #12571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12571D

Black with #12571D

Text Example


Text Example

White with #12571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12571D; }

 p { color: rgb(18,87,29); }

 H1.HeaderClassName
 {
   color: #12571D;
 }
 .AnyTagClassName
 {
   color: #12571D;
 }
</style>

background-color css

<style>
 a { background-color: #12571D; }

 a { background-color: rgb(18,87,29); }

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

border-color css

<style>
 span { border-color: #12571D; }

 span { border-color: rgb(18,87,29); }

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