Html Css Color HEX #12551E Crusoe

📋 copy color: '#12551E'

red 18 ◦ green 85 ◦ blue 30

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

Shades of Crusoe #12551E

Tints of Crusoe #12551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.91%

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

R = 13.53%
G = 63.91%
B = 22.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#12551E (or 0x12551E) is known color: Crusoe. HEX triplet: 12, 55 and 1E. RGB value is (18,85,30). Sum of RGB (Red+Green+Blue) = 18+85+30=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #12551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551E is #EDAAE1. Grayscale: #3A3A3A. Windows color (decimal): -15575778 or 1987858. OLE color: 1987858.

HSL color Cylindrical-coordinate representation of color #12551E: hue angle of 130.75º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12551E is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 30 -
CMYK 0.79 0 0.65 0.67
HSL 130.75º 0.65% 0.2% -
HSV(B) 130.75º 0.79% 0.33% -
XYZ 3.73 6.72 2.33 -
YUV 58.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 18 85 30 0.79 0 0.65 0.67 130.75 0.65 0.2
Hex 12 55 1E 4F 0 41 43 83 41 14
Octal 22 125 36 117 0 101 103 203 101 24
Binary 10010 1010101 11110 1001111 0 1000001 1000011 10000011 1000001 10100

Color Harmonies of #12551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12551E

Black with #12551E

Text Example


Text Example

White with #12551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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