Html Css Color HEX #114625 Zuccini

📋 copy color: '#114625'

red 17 ◦ green 70 ◦ blue 37

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

Shades of Zuccini #114625

Tints of Zuccini #114625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.45%

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

R = 13.71%
G = 56.45%
B = 29.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#114625 (or 0x114625) is known color: Zuccini. HEX triplet: 11, 46 and 25. RGB value is (17,70,37). Sum of RGB (Red+Green+Blue) = 17+70+37=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #114625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114625 is #EEB9DA. Grayscale: #323232. Windows color (decimal): -15645147 or 2442769. OLE color: 2442769.

HSL color Cylindrical-coordinate representation of color #114625: hue angle of 142.64º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114625 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 37 -
CMYK 0.76 0 0.47 0.73
HSL 142.64º 0.61% 0.17% -
HSV(B) 142.64º 0.76% 0.27% -
XYZ 2.76 4.63 2.5 -
YUV 50.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 17 70 37 0.76 0 0.47 0.73 142.64 0.61 0.17
Hex 11 46 25 4C 0 2F 49 8F 3D 11
Octal 21 106 45 114 0 57 111 217 75 21
Binary 10001 1000110 100101 1001100 0 101111 1001001 10001111 111101 10001

Color Harmonies of #114625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114625

Black with #114625

Text Example


Text Example

White with #114625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114625; }

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

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

background-color css

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

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

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

border-color css

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

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

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