Html Css Color HEX #12551D Crusoe

📋 copy color: '#12551D'

red 18 ◦ green 85 ◦ blue 29

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

Shades of Crusoe #12551D

Tints of Crusoe #12551D

RGB

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

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

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

R = 13.64%
G = 64.39%
B = 21.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#12551D (or 0x12551D) is known color: Crusoe. HEX triplet: 12, 55 and 1D. RGB value is (18,85,29). Sum of RGB (Red+Green+Blue) = 18+85+29=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #12551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551D is #EDAAE2. Grayscale: #3A3A3A. Windows color (decimal): -15575779 or 1922322. OLE color: 1922322.

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

Color convert

RGB 18 85 29 -
CMYK 0.79 0 0.66 0.67
HSL 129.85º 0.65% 0.2% -
HSV(B) 129.85º 0.79% 0.33% -
XYZ 3.72 6.71 2.26 -
YUV 58.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 18 85 29 0.79 0 0.66 0.67 129.85 0.65 0.2
Hex 12 55 1D 4F 0 42 43 82 41 14
Octal 22 125 35 117 0 102 103 202 101 24
Binary 10010 1010101 11101 1001111 0 1000010 1000011 10000010 1000001 10100

Color Harmonies of #12551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12551D

Black with #12551D

Text Example


Text Example

White with #12551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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