Html Css Color HEX #126522 Crusoe

📋 copy color: '#126522'

red 18 ◦ green 101 ◦ blue 34

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

Shades of Crusoe #126522

Tints of Crusoe #126522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 66.01%

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

R = 11.76%
G = 66.01%
B = 22.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#126522 (or 0x126522) is known color: Crusoe. HEX triplet: 12, 65 and 22. RGB value is (18,101,34). Sum of RGB (Red+Green+Blue) = 18+101+34=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #126522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126522 is #ED9ADD. Grayscale: #444444. Windows color (decimal): -15571678 or 2254098. OLE color: 2254098.

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

Color convert

RGB 18 101 34 -
CMYK 0.82 0 0.66 0.60
HSL 131.57º 0.7% 0.23% -
HSV(B) 131.57º 0.82% 0.4% -
XYZ 5.19 9.55 3.08 -
YUV 68.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 18 101 34 0.82 0 0.66 0.60 131.57 0.7 0.23
Hex 12 65 22 52 0 42 3C 84 46 17
Octal 22 145 42 122 0 102 74 204 106 27
Binary 10010 1100101 100010 1010010 0 1000010 111100 10000100 1000110 10111

Color Harmonies of #126522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126522

Black with #126522

Text Example


Text Example

White with #126522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126522; }

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

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

background-color css

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

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

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

border-color css

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

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

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