Html Css Color HEX #12571E Crusoe

📋 copy color: '#12571E'

red 18 ◦ green 87 ◦ blue 30

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

Shades of Crusoe #12571E

Tints of Crusoe #12571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 13.33%
G = 64.44%
B = 22.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#12571E (or 0x12571E) is known color: Crusoe. HEX triplet: 12, 57 and 1E. RGB value is (18,87,30). Sum of RGB (Red+Green+Blue) = 18+87+30=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #12571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12571E is #EDA8E1. Grayscale: #3C3C3C. Windows color (decimal): -15575266 or 1988370. OLE color: 1988370.

HSL color Cylindrical-coordinate representation of color #12571E: hue angle of 130.43º 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 #12571E is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 30 -
CMYK 0.79 0 0.66 0.66
HSL 130.43º 0.66% 0.21% -
HSV(B) 130.43º 0.79% 0.34% -
XYZ 3.89 7.04 2.38 -
YUV 59.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 18 87 30 0.79 0 0.66 0.66 130.43 0.66 0.21
Hex 12 57 1E 4F 0 42 42 82 42 15
Octal 22 127 36 117 0 102 102 202 102 25
Binary 10010 1010111 11110 1001111 0 1000010 1000010 10000010 1000010 10101

Color Harmonies of #12571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12571E

Black with #12571E

Text Example


Text Example

White with #12571E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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