Html Css Color HEX #114626 Zuccini

📋 copy color: '#114626'

red 17 ◦ green 70 ◦ blue 38

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

Shades of Zuccini #114626

Tints of Zuccini #114626

RGB

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

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

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

R = 13.6%
G = 56%
B = 30.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#114626 (or 0x114626) is known color: Zuccini. HEX triplet: 11, 46 and 26. RGB value is (17,70,38). Sum of RGB (Red+Green+Blue) = 17+70+38=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #114626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114626 is #EEB9D9. Grayscale: #323232. Windows color (decimal): -15645146 or 2508305. OLE color: 2508305.

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

Color convert

RGB 17 70 38 -
CMYK 0.76 0 0.46 0.73
HSL 143.77º 0.61% 0.17% -
HSV(B) 143.77º 0.76% 0.27% -
XYZ 2.77 4.64 2.58 -
YUV 50.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 17 70 38 0.76 0 0.46 0.73 143.77 0.61 0.17
Hex 11 46 26 4C 0 2E 49 90 3D 11
Octal 21 106 46 114 0 56 111 220 75 21
Binary 10001 1000110 100110 1001100 0 101110 1001001 10010000 111101 10001

Color Harmonies of #114626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114626

Black with #114626

Text Example


Text Example

White with #114626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114626; }

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

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

background-color css

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

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

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

border-color css

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

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

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