Html Css Color HEX #117330 Camarone

📋 copy color: '#117330'

red 17 ◦ green 115 ◦ blue 48

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

Shades of Camarone #117330

Tints of Camarone #117330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 63.89%

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

R = 9.44%
G = 63.89%
B = 26.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#117330 (or 0x117330) is known color: Camarone. HEX triplet: 11, 73 and 30. RGB value is (17,115,48). Sum of RGB (Red+Green+Blue) = 17+115+48=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #117330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117330 is #EE8CCF. Grayscale: #4E4E4E. Windows color (decimal): -15633616 or 3175185. OLE color: 3175185.

HSL color Cylindrical-coordinate representation of color #117330: hue angle of 138.98º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117330 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 115 48 -
CMYK 0.85 0 0.58 0.55
HSL 138.98º 0.74% 0.26% -
HSV(B) 138.98º 0.85% 0.45% -
XYZ 6.9 12.59 4.86 -
YUV 78.06 111.03 84.45 -
System Red Green Blue C M Y K H S L
Decimal 17 115 48 0.85 0 0.58 0.55 138.98 0.74 0.26
Hex 11 73 30 55 0 3A 37 8B 4A 1A
Octal 21 163 60 125 0 72 67 213 112 32
Binary 10001 1110011 110000 1010101 0 111010 110111 10001011 1001010 11010

Color Harmonies of #117330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117330

Black with #117330

Text Example


Text Example

White with #117330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117330; }

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

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

background-color css

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

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

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

border-color css

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

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

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