Html Css Color HEX #126821 Crusoe

📋 copy color: '#126821'

red 18 ◦ green 104 ◦ blue 33

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

Shades of Crusoe #126821

Tints of Crusoe #126821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.1%

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

R = 11.61%
G = 67.1%
B = 21.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#126821 (or 0x126821) is known color: Crusoe. HEX triplet: 12, 68 and 21. RGB value is (18,104,33). Sum of RGB (Red+Green+Blue) = 18+104+33=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #126821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126821 is #ED97DE. Grayscale: #464646. Windows color (decimal): -15570911 or 2189330. OLE color: 2189330.

HSL color Cylindrical-coordinate representation of color #126821: hue angle of 130.47º degrees, saturation: 0.7, 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 #126821 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 33 -
CMYK 0.83 0 0.68 0.59
HSL 130.47º 0.7% 0.24% -
HSV(B) 130.47º 0.83% 0.41% -
XYZ 5.47 10.14 3.11 -
YUV 70.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 18 104 33 0.83 0 0.68 0.59 130.47 0.7 0.24
Hex 12 68 21 53 0 44 3B 82 46 18
Octal 22 150 41 123 0 104 73 202 106 30
Binary 10010 1101000 100001 1010011 0 1000100 111011 10000010 1000110 11000

Color Harmonies of #126821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126821

Black with #126821

Text Example


Text Example

White with #126821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126821; }

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

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

background-color css

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

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

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

border-color css

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

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

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