Html Css Color HEX #12551C Crusoe

📋 copy color: '#12551C'

red 18 ◦ green 85 ◦ blue 28

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

Shades of Crusoe #12551C

Tints of Crusoe #12551C

RGB

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

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

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

R = 13.74%
G = 64.89%
B = 21.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#12551C (or 0x12551C) is known color: Crusoe. HEX triplet: 12, 55 and 1C. RGB value is (18,85,28). Sum of RGB (Red+Green+Blue) = 18+85+28=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #12551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551C is #EDAAE3. Grayscale: #3A3A3A. Windows color (decimal): -15575780 or 1856786. OLE color: 1856786.

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

Color convert

RGB 18 85 28 -
CMYK 0.79 0 0.67 0.67
HSL 128.96º 0.65% 0.2% -
HSV(B) 128.96º 0.79% 0.33% -
XYZ 3.71 6.71 2.2 -
YUV 58.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 18 85 28 0.79 0 0.67 0.67 128.96 0.65 0.2
Hex 12 55 1C 4F 0 43 43 81 41 14
Octal 22 125 34 117 0 103 103 201 101 24
Binary 10010 1010101 11100 1001111 0 1000011 1000011 10000001 1000001 10100

Color Harmonies of #12551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12551C

Black with #12551C

Text Example


Text Example

White with #12551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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