Html Css Color HEX #114B27 Zuccini

📋 copy color: '#114B27'

red 17 ◦ green 75 ◦ blue 39

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

Shades of Zuccini #114B27

Tints of Zuccini #114B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 57.25%

 BLUE value IS 39 (15.63% from 255) = 29.77%

R = 12.98%
G = 57.25%
B = 29.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#114B27 (or 0x114B27) is known color: Zuccini. HEX triplet: 11, 4B and 27. RGB value is (17,75,39). Sum of RGB (Red+Green+Blue) = 17+75+39=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #114B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B27 is #EEB4D8. Grayscale: #353535. Windows color (decimal): -15643865 or 2575121. OLE color: 2575121.

HSL color Cylindrical-coordinate representation of color #114B27: hue angle of 142.76º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B27 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 75 39 -
CMYK 0.77 0 0.48 0.71
HSL 142.76º 0.63% 0.18% -
HSV(B) 142.76º 0.77% 0.29% -
XYZ 3.11 5.3 2.78 -
YUV 53.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 17 75 39 0.77 0 0.48 0.71 142.76 0.63 0.18
Hex 11 4B 27 4D 0 30 47 8F 3F 12
Octal 21 113 47 115 0 60 107 217 77 22
Binary 10001 1001011 100111 1001101 0 110000 1000111 10001111 111111 10010

Color Harmonies of #114B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B27

Black with #114B27

Text Example


Text Example

White with #114B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114B27; }

 p { color: rgb(17,75,39); }

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

background-color css

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

 a { background-color: rgb(17,75,39); }

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

border-color css

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

 span { border-color: rgb(17,75,39); }

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