Html Css Color HEX #116130 Crusoe

📋 copy color: '#116130'

red 17 ◦ green 97 ◦ blue 48

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

Shades of Crusoe #116130

Tints of Crusoe #116130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.88%

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

R = 10.49%
G = 59.88%
B = 29.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#116130 (or 0x116130) is known color: Crusoe. HEX triplet: 11, 61 and 30. RGB value is (17,97,48). Sum of RGB (Red+Green+Blue) = 17+97+48=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #116130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116130 is #EE9ECF. Grayscale: #434343. Windows color (decimal): -15638224 or 3170577. OLE color: 3170577.

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

Color convert

RGB 17 97 48 -
CMYK 0.82 0 0.51 0.62
HSL 143.25º 0.7% 0.22% -
HSV(B) 143.25º 0.82% 0.38% -
XYZ 5.04 8.88 4.25 -
YUV 67.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 17 97 48 0.82 0 0.51 0.62 143.25 0.7 0.22
Hex 11 61 30 52 0 33 3E 8F 46 16
Octal 21 141 60 122 0 63 76 217 106 26
Binary 10001 1100001 110000 1010010 0 110011 111110 10001111 1000110 10110

Color Harmonies of #116130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116130

Black with #116130

Text Example


Text Example

White with #116130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116130; }

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

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

background-color css

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

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

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

border-color css

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

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

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