Html Css Color HEX #126322 Crusoe

📋 copy color: '#126322'

red 18 ◦ green 99 ◦ blue 34

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

Shades of Crusoe #126322

Tints of Crusoe #126322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 65.56%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 11.92%
G = 65.56%
B = 22.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#126322 (or 0x126322) is known color: Crusoe. HEX triplet: 12, 63 and 22. RGB value is (18,99,34). Sum of RGB (Red+Green+Blue) = 18+99+34=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #126322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126322 is #ED9CDD. Grayscale: #434343. Windows color (decimal): -15572190 or 2253586. OLE color: 2253586.

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

Color convert

RGB 18 99 34 -
CMYK 0.82 0 0.66 0.61
HSL 131.85º 0.69% 0.23% -
HSV(B) 131.85º 0.82% 0.39% -
XYZ 5 9.17 3.02 -
YUV 67.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 18 99 34 0.82 0 0.66 0.61 131.85 0.69 0.23
Hex 12 63 22 52 0 42 3D 84 45 17
Octal 22 143 42 122 0 102 75 204 105 27
Binary 10010 1100011 100010 1010010 0 1000010 111101 10000100 1000101 10111

Color Harmonies of #126322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126322

Black with #126322

Text Example


Text Example

White with #126322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126322; }

 p { color: rgb(18,99,34); }

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

background-color css

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

 a { background-color: rgb(18,99,34); }

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

border-color css

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

 span { border-color: rgb(18,99,34); }

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