Html Css Color HEX #116034 Crusoe

📋 copy color: '#116034'

red 17 ◦ green 96 ◦ blue 52

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

Shades of Crusoe #116034

Tints of Crusoe #116034

RGB

 RED value IS 17 (7.03% from 255) = 10.3%

 GREEN value IS 96 (37.89% from 255) = 58.18%

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

R = 10.3%
G = 58.18%
B = 31.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#116034 (or 0x116034) is known color: Crusoe. HEX triplet: 11, 60 and 34. RGB value is (17,96,52). Sum of RGB (Red+Green+Blue) = 17+96+52=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #116034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116034 is #EE9FCB. Grayscale: #434343. Windows color (decimal): -15638476 or 3432465. OLE color: 3432465.

HSL color Cylindrical-coordinate representation of color #116034: hue angle of 146.58º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116034 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 52 -
CMYK 0.82 0 0.46 0.62
HSL 146.58º 0.7% 0.22% -
HSV(B) 146.58º 0.82% 0.38% -
XYZ 5.03 8.73 4.67 -
YUV 67.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 17 96 52 0.82 0 0.46 0.62 146.58 0.7 0.22
Hex 11 60 34 52 0 2E 3E 93 46 16
Octal 21 140 64 122 0 56 76 223 106 26
Binary 10001 1100000 110100 1010010 0 101110 111110 10010011 1000110 10110

Color Harmonies of #116034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116034

Black with #116034

Text Example


Text Example

White with #116034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116034; }

 p { color: rgb(17,96,52); }

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

background-color css

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

 a { background-color: rgb(17,96,52); }

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

border-color css

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

 span { border-color: rgb(17,96,52); }

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