Html Css Color HEX #114527 Zuccini

📋 copy color: '#114527'

red 17 ◦ green 69 ◦ blue 39

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

Shades of Zuccini #114527

Tints of Zuccini #114527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 13.6%
G = 55.2%
B = 31.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#114527 (or 0x114527) is known color: Zuccini. HEX triplet: 11, 45 and 27. RGB value is (17,69,39). Sum of RGB (Red+Green+Blue) = 17+69+39=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #114527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114527 is #EEBAD8. Grayscale: #323232. Windows color (decimal): -15645401 or 2573585. OLE color: 2573585.

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

Color convert

RGB 17 69 39 -
CMYK 0.75 0 0.43 0.73
HSL 145.38º 0.6% 0.17% -
HSV(B) 145.38º 0.75% 0.27% -
XYZ 2.73 4.52 2.65 -
YUV 50.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 17 69 39 0.75 0 0.43 0.73 145.38 0.6 0.17
Hex 11 45 27 4B 0 2B 49 91 3C 11
Octal 21 105 47 113 0 53 111 221 74 21
Binary 10001 1000101 100111 1001011 0 101011 1001001 10010001 111100 10001

Color Harmonies of #114527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114527

Black with #114527

Text Example


Text Example

White with #114527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114527; }

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

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

background-color css

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

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

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

border-color css

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

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

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