Html Css Color HEX #126433 Crusoe

📋 copy color: '#126433'

red 18 ◦ green 100 ◦ blue 51

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

Shades of Crusoe #126433

Tints of Crusoe #126433

RGB

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

 GREEN value IS 100 (39.45% from 255) = 59.17%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 10.65%
G = 59.17%
B = 30.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#126433 (or 0x126433) is known color: Crusoe. HEX triplet: 12, 64 and 33. RGB value is (18,100,51). Sum of RGB (Red+Green+Blue) = 18+100+51=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #126433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126433 is #ED9BCC. Grayscale: #464646. Windows color (decimal): -15571917 or 3367954. OLE color: 3367954.

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

Color convert

RGB 18 100 51 -
CMYK 0.82 0 0.49 0.61
HSL 144.15º 0.69% 0.23% -
HSV(B) 144.15º 0.82% 0.39% -
XYZ 5.4 9.48 4.68 -
YUV 69.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 18 100 51 0.82 0 0.49 0.61 144.15 0.69 0.23
Hex 12 64 33 52 0 31 3D 90 45 17
Octal 22 144 63 122 0 61 75 220 105 27
Binary 10010 1100100 110011 1010010 0 110001 111101 10010000 1000101 10111

Color Harmonies of #126433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126433

Black with #126433

Text Example


Text Example

White with #126433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126433; }

 p { color: rgb(18,100,51); }

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

background-color css

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

 a { background-color: rgb(18,100,51); }

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

border-color css

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

 span { border-color: rgb(18,100,51); }

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