Html Css Color HEX #114326 Zuccini

📋 copy color: '#114326'

red 17 ◦ green 67 ◦ blue 38

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

Shades of Zuccini #114326

Tints of Zuccini #114326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.92%

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

R = 13.93%
G = 54.92%
B = 31.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#114326 (or 0x114326) is known color: Zuccini. HEX triplet: 11, 43 and 26. RGB value is (17,67,38). Sum of RGB (Red+Green+Blue) = 17+67+38=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #114326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114326 is #EEBCD9. Grayscale: #303030. Windows color (decimal): -15645914 or 2507537. OLE color: 2507537.

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

Color convert

RGB 17 67 38 -
CMYK 0.75 0 0.43 0.74
HSL 145.2º 0.6% 0.16% -
HSV(B) 145.2º 0.75% 0.26% -
XYZ 2.59 4.27 2.52 -
YUV 48.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 17 67 38 0.75 0 0.43 0.74 145.2 0.6 0.16
Hex 11 43 26 4B 0 2B 4A 91 3C 10
Octal 21 103 46 113 0 53 112 221 74 20
Binary 10001 1000011 100110 1001011 0 101011 1001010 10010001 111100 10000

Color Harmonies of #114326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114326

Black with #114326

Text Example


Text Example

White with #114326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114326; }

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

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

background-color css

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

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

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

border-color css

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

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

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