Html Css Color HEX #126334 Crusoe

📋 copy color: '#126334'

red 18 ◦ green 99 ◦ blue 52

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

Shades of Crusoe #126334

Tints of Crusoe #126334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 10.65%
G = 58.58%
B = 30.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#126334 (or 0x126334) is known color: Crusoe. HEX triplet: 12, 63 and 34. RGB value is (18,99,52). Sum of RGB (Red+Green+Blue) = 18+99+52=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #126334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126334 is #ED9CCB. Grayscale: #454545. Windows color (decimal): -15572172 or 3433234. OLE color: 3433234.

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

Color convert

RGB 18 99 52 -
CMYK 0.82 0 0.47 0.61
HSL 145.19º 0.69% 0.23% -
HSV(B) 145.19º 0.82% 0.39% -
XYZ 5.33 9.3 4.76 -
YUV 69.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 18 99 52 0.82 0 0.47 0.61 145.19 0.69 0.23
Hex 12 63 34 52 0 2F 3D 91 45 17
Octal 22 143 64 122 0 57 75 221 105 27
Binary 10010 1100011 110100 1010010 0 101111 111101 10010001 1000101 10111

Color Harmonies of #126334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126334

Black with #126334

Text Example


Text Example

White with #126334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126334; }

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

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

background-color css

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

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

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

border-color css

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

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

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