Html Css Color HEX #117B35 Camarone

📋 copy color: '#117B35'

red 17 ◦ green 123 ◦ blue 53

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

Shades of Camarone #117B35

Tints of Camarone #117B35

RGB

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

 GREEN value IS 123 (48.44% from 255) = 63.73%

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 8.81%
G = 63.73%
B = 27.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#117B35 (or 0x117B35) is known color: Camarone. HEX triplet: 11, 7B and 35. RGB value is (17,123,53). Sum of RGB (Red+Green+Blue) = 17+123+53=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #117B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117B35 is #EE84CA. Grayscale: #535353. Windows color (decimal): -15631563 or 3504913. OLE color: 3504913.

HSL color Cylindrical-coordinate representation of color #117B35: hue angle of 140.38º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B35 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 123 53 -
CMYK 0.86 0 0.57 0.52
HSL 140.38º 0.76% 0.27% -
HSV(B) 140.38º 0.86% 0.48% -
XYZ 7.96 14.54 5.76 -
YUV 83.33 110.88 80.69 -
System Red Green Blue C M Y K H S L
Decimal 17 123 53 0.86 0 0.57 0.52 140.38 0.76 0.27
Hex 11 7B 35 56 0 39 34 8C 4C 1B
Octal 21 173 65 126 0 71 64 214 114 33
Binary 10001 1111011 110101 1010110 0 111001 110100 10001100 1001100 11011

Color Harmonies of #117B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117B35

Black with #117B35

Text Example


Text Example

White with #117B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117B35; }

 p { color: rgb(17,123,53); }

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

background-color css

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

 a { background-color: rgb(17,123,53); }

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

border-color css

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

 span { border-color: rgb(17,123,53); }

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