Html Css Color HEX #114C25 Zuccini

📋 copy color: '#114C25'

red 17 ◦ green 76 ◦ blue 37

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

Shades of Zuccini #114C25

Tints of Zuccini #114C25

RGB

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

 GREEN value IS 76 (30.08% from 255) = 58.46%

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 13.08%
G = 58.46%
B = 28.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#114C25 (or 0x114C25) is known color: Zuccini. HEX triplet: 11, 4C and 25. RGB value is (17,76,37). Sum of RGB (Red+Green+Blue) = 17+76+37=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #114C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C25 is #EEB3DA. Grayscale: #363636. Windows color (decimal): -15643611 or 2444305. OLE color: 2444305.

HSL color Cylindrical-coordinate representation of color #114C25: hue angle of 140.34º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C25 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 37 -
CMYK 0.78 0 0.51 0.70
HSL 140.34º 0.63% 0.18% -
HSV(B) 140.34º 0.78% 0.3% -
XYZ 3.15 5.42 2.63 -
YUV 53.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 17 76 37 0.78 0 0.51 0.70 140.34 0.63 0.18
Hex 11 4C 25 4E 0 33 46 8C 3F 12
Octal 21 114 45 116 0 63 106 214 77 22
Binary 10001 1001100 100101 1001110 0 110011 1000110 10001100 111111 10010

Color Harmonies of #114C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C25

Black with #114C25

Text Example


Text Example

White with #114C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,37); }

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

background-color css

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

 a { background-color: rgb(17,76,37); }

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

border-color css

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

 span { border-color: rgb(17,76,37); }

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