Html Css Color HEX #114826 Zuccini

📋 copy color: '#114826'

red 17 ◦ green 72 ◦ blue 38

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

Shades of Zuccini #114826

Tints of Zuccini #114826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.69%

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 13.39%
G = 56.69%
B = 29.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#114826 (or 0x114826) is known color: Zuccini. HEX triplet: 11, 48 and 26. RGB value is (17,72,38). Sum of RGB (Red+Green+Blue) = 17+72+38=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #114826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114826 is #EEB7D9. Grayscale: #333333. Windows color (decimal): -15644634 or 2508817. OLE color: 2508817.

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

Color convert

RGB 17 72 38 -
CMYK 0.76 0 0.47 0.72
HSL 142.91º 0.62% 0.17% -
HSV(B) 142.91º 0.76% 0.28% -
XYZ 2.9 4.89 2.63 -
YUV 51.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 17 72 38 0.76 0 0.47 0.72 142.91 0.62 0.17
Hex 11 48 26 4C 0 2F 48 8F 3E 11
Octal 21 110 46 114 0 57 110 217 76 21
Binary 10001 1001000 100110 1001100 0 101111 1001000 10001111 111110 10001

Color Harmonies of #114826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114826

Black with #114826

Text Example


Text Example

White with #114826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114826; }

 p { color: rgb(17,72,38); }

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

background-color css

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

 a { background-color: rgb(17,72,38); }

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

border-color css

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

 span { border-color: rgb(17,72,38); }

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