Html Css Color HEX #126921 Crusoe

📋 copy color: '#126921'

red 18 ◦ green 105 ◦ blue 33

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

Shades of Crusoe #126921

Tints of Crusoe #126921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 67.31%

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

R = 11.54%
G = 67.31%
B = 21.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#126921 (or 0x126921) is known color: Crusoe. HEX triplet: 12, 69 and 21. RGB value is (18,105,33). Sum of RGB (Red+Green+Blue) = 18+105+33=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #126921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126921 is #ED96DE. Grayscale: #464646. Windows color (decimal): -15570655 or 2189586. OLE color: 2189586.

HSL color Cylindrical-coordinate representation of color #126921: hue angle of 130.34º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126921 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 33 -
CMYK 0.83 0 0.69 0.59
HSL 130.34º 0.71% 0.24% -
HSV(B) 130.34º 0.83% 0.41% -
XYZ 5.58 10.34 3.14 -
YUV 70.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 18 105 33 0.83 0 0.69 0.59 130.34 0.71 0.24
Hex 12 69 21 53 0 45 3B 82 47 18
Octal 22 151 41 123 0 105 73 202 107 30
Binary 10010 1101001 100001 1010011 0 1000101 111011 10000010 1000111 11000

Color Harmonies of #126921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126921

Black with #126921

Text Example


Text Example

White with #126921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126921; }

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

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

background-color css

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

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

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

border-color css

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

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

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