Html Css Color HEX #117228 Camarone

📋 copy color: '#117228'

red 17 ◦ green 114 ◦ blue 40

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

Shades of Camarone #117228

Tints of Camarone #117228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 66.67%

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 9.94%
G = 66.67%
B = 23.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#117228 (or 0x117228) is known color: Camarone. HEX triplet: 11, 72 and 28. RGB value is (17,114,40). Sum of RGB (Red+Green+Blue) = 17+114+40=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #117228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117228 is #EE8DD7. Grayscale: #4C4C4C. Windows color (decimal): -15633880 or 2650641. OLE color: 2650641.

HSL color Cylindrical-coordinate representation of color #117228: hue angle of 134.23º 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 #117228 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 40 -
CMYK 0.85 0 0.65 0.55
HSL 134.23º 0.74% 0.26% -
HSV(B) 134.23º 0.85% 0.45% -
XYZ 6.63 12.31 4.03 -
YUV 76.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 17 114 40 0.85 0 0.65 0.55 134.23 0.74 0.26
Hex 11 72 28 55 0 41 37 86 4A 1A
Octal 21 162 50 125 0 101 67 206 112 32
Binary 10001 1110010 101000 1010101 0 1000001 110111 10000110 1001010 11010

Color Harmonies of #117228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117228

Black with #117228

Text Example


Text Example

White with #117228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117228; }

 p { color: rgb(17,114,40); }

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

background-color css

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

 a { background-color: rgb(17,114,40); }

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

border-color css

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

 span { border-color: rgb(17,114,40); }

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