Html Css Color HEX #116830 Crusoe

📋 copy color: '#116830'

red 17 ◦ green 104 ◦ blue 48

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

Shades of Crusoe #116830

Tints of Crusoe #116830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.54%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 10.06%
G = 61.54%
B = 28.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#116830 (or 0x116830) is known color: Crusoe. HEX triplet: 11, 68 and 30. RGB value is (17,104,48). Sum of RGB (Red+Green+Blue) = 17+104+48=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #116830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116830 is #EE97CF. Grayscale: #474747. Windows color (decimal): -15636432 or 3172369. OLE color: 3172369.

HSL color Cylindrical-coordinate representation of color #116830: hue angle of 141.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116830 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 48 -
CMYK 0.84 0 0.54 0.59
HSL 141.38º 0.72% 0.24% -
HSV(B) 141.38º 0.84% 0.41% -
XYZ 5.71 10.23 4.47 -
YUV 71.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 17 104 48 0.84 0 0.54 0.59 141.38 0.72 0.24
Hex 11 68 30 54 0 36 3B 8D 48 18
Octal 21 150 60 124 0 66 73 215 110 30
Binary 10001 1101000 110000 1010100 0 110110 111011 10001101 1001000 11000

Color Harmonies of #116830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116830

Black with #116830

Text Example


Text Example

White with #116830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116830; }

 p { color: rgb(17,104,48); }

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

background-color css

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

 a { background-color: rgb(17,104,48); }

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

border-color css

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

 span { border-color: rgb(17,104,48); }

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