Html Css Color HEX #126121 Crusoe

📋 copy color: '#126121'

red 18 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #126121

Tints of Crusoe #126121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 65.54%

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 12.16%
G = 65.54%
B = 22.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#126121 (or 0x126121) is known color: Crusoe. HEX triplet: 12, 61 and 21. RGB value is (18,97,33). Sum of RGB (Red+Green+Blue) = 18+97+33=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #126121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126121 is #ED9EDE. Grayscale: #424242. Windows color (decimal): -15572703 or 2187538. OLE color: 2187538.

HSL color Cylindrical-coordinate representation of color #126121: hue angle of 131.39º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126121 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 33 -
CMYK 0.81 0 0.66 0.62
HSL 131.39º 0.69% 0.23% -
HSV(B) 131.39º 0.81% 0.38% -
XYZ 4.8 8.79 2.88 -
YUV 66.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 18 97 33 0.81 0 0.66 0.62 131.39 0.69 0.23
Hex 12 61 21 51 0 42 3E 83 45 17
Octal 22 141 41 121 0 102 76 203 105 27
Binary 10010 1100001 100001 1010001 0 1000010 111110 10000011 1000101 10111

Color Harmonies of #126121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126121

Black with #126121

Text Example


Text Example

White with #126121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126121; }

 p { color: rgb(18,97,33); }

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

background-color css

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

 a { background-color: rgb(18,97,33); }

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

border-color css

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

 span { border-color: rgb(18,97,33); }

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