Html Css Color HEX #114528 Zuccini

📋 copy color: '#114528'

red 17 ◦ green 69 ◦ blue 40

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

Shades of Zuccini #114528

Tints of Zuccini #114528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 13.49%
G = 54.76%
B = 31.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#114528 (or 0x114528) is known color: Zuccini. HEX triplet: 11, 45 and 28. RGB value is (17,69,40). Sum of RGB (Red+Green+Blue) = 17+69+40=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #114528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114528 is #EEBAD7. Grayscale: #323232. Windows color (decimal): -15645400 or 2639121. OLE color: 2639121.

HSL color Cylindrical-coordinate representation of color #114528: hue angle of 146.54º 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 #114528 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 69 40 -
CMYK 0.75 0 0.42 0.73
HSL 146.54º 0.6% 0.17% -
HSV(B) 146.54º 0.75% 0.27% -
XYZ 2.74 4.53 2.74 -
YUV 50.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 17 69 40 0.75 0 0.42 0.73 146.54 0.6 0.17
Hex 11 45 28 4B 0 2A 49 93 3C 11
Octal 21 105 50 113 0 52 111 223 74 21
Binary 10001 1000101 101000 1001011 0 101010 1001001 10010011 111100 10001

Color Harmonies of #114528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114528

Black with #114528

Text Example


Text Example

White with #114528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114528; }

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

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

background-color css

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

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

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

border-color css

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

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

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