Html Css Color HEX #126521 Crusoe

📋 copy color: '#126521'

red 18 ◦ green 101 ◦ blue 33

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

Shades of Crusoe #126521

Tints of Crusoe #126521

RGB

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

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

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

R = 11.84%
G = 66.45%
B = 21.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#126521 (or 0x126521) is known color: Crusoe. HEX triplet: 12, 65 and 21. RGB value is (18,101,33). Sum of RGB (Red+Green+Blue) = 18+101+33=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #126521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126521 is #ED9ADE. Grayscale: #444444. Windows color (decimal): -15571679 or 2188562. OLE color: 2188562.

HSL color Cylindrical-coordinate representation of color #126521: hue angle of 130.84º 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 #126521 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 33 -
CMYK 0.82 0 0.67 0.60
HSL 130.84º 0.7% 0.23% -
HSV(B) 130.84º 0.82% 0.4% -
XYZ 5.18 9.55 3.01 -
YUV 68.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 18 101 33 0.82 0 0.67 0.60 130.84 0.7 0.23
Hex 12 65 21 52 0 43 3C 83 46 17
Octal 22 145 41 122 0 103 74 203 106 27
Binary 10010 1100101 100001 1010010 0 1000011 111100 10000011 1000110 10111

Color Harmonies of #126521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126521

Black with #126521

Text Example


Text Example

White with #126521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126521; }

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

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

background-color css

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

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

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

border-color css

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

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

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