Html Css Color HEX #117630 Camarone

📋 copy color: '#117630'

red 17 ◦ green 118 ◦ blue 48

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

Shades of Camarone #117630

Tints of Camarone #117630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.48%

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

R = 9.29%
G = 64.48%
B = 26.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#117630 (or 0x117630) is known color: Camarone. HEX triplet: 11, 76 and 30. RGB value is (17,118,48). Sum of RGB (Red+Green+Blue) = 17+118+48=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #117630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117630 is #EE89CF. Grayscale: #4F4F4F. Windows color (decimal): -15632848 or 3175953. OLE color: 3175953.

HSL color Cylindrical-coordinate representation of color #117630: hue angle of 138.42º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117630 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 118 48 -
CMYK 0.86 0 0.59 0.54
HSL 138.42º 0.75% 0.26% -
HSV(B) 138.42º 0.86% 0.46% -
XYZ 7.24 13.29 4.98 -
YUV 79.82 110.04 83.19 -
System Red Green Blue C M Y K H S L
Decimal 17 118 48 0.86 0 0.59 0.54 138.42 0.75 0.26
Hex 11 76 30 56 0 3B 36 8A 4B 1A
Octal 21 166 60 126 0 73 66 212 113 32
Binary 10001 1110110 110000 1010110 0 111011 110110 10001010 1001011 11010

Color Harmonies of #117630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117630

Black with #117630

Text Example


Text Example

White with #117630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117630; }

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

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

background-color css

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

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

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

border-color css

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

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

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