Html Css Color HEX #114530 Zuccini

📋 copy color: '#114530'

red 17 ◦ green 69 ◦ blue 48

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

Shades of Zuccini #114530

Tints of Zuccini #114530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.82%

R = 12.69%
G = 51.49%
B = 35.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#114530 (or 0x114530) is known color: Zuccini. HEX triplet: 11, 45 and 30. RGB value is (17,69,48). Sum of RGB (Red+Green+Blue) = 17+69+48=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #114530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114530 is #EEBACF. Grayscale: #333333. Windows color (decimal): -15645392 or 3163409. OLE color: 3163409.

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

Color convert

RGB 17 69 48 -
CMYK 0.75 0 0.30 0.73
HSL 155.77º 0.6% 0.17% -
HSV(B) 155.77º 0.75% 0.27% -
XYZ 2.89 4.59 3.53 -
YUV 51.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 17 69 48 0.75 0 0.30 0.73 155.77 0.6 0.17
Hex 11 45 30 4B 0 1E 49 9C 3C 11
Octal 21 105 60 113 0 36 111 234 74 21
Binary 10001 1000101 110000 1001011 0 11110 1001001 10011100 111100 10001

Color Harmonies of #114530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114530

Black with #114530

Text Example


Text Example

White with #114530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114530; }

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

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

background-color css

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

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

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

border-color css

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

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

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