#17422F

Color #17422F Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #17422F

Tints of Zuccini #17422F

Color information

#17422F (or 0x17422F) is unknown color: approx Zuccini. HEX triplet: 17, 42 and 2F. RGB value is (23,66,47). Sum of RGB (Red+Green+Blue) = 23+66+47=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #17422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422F is #E8BDD0. Grayscale: #333333. Windows color (decimal): -15252945 or 3097111. OLE color: 3097111.

HSL color Cylindrical-coordinate representation of color #17422F: hue angle of 153.49º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17422F is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB236647-
CMYK0.6500.290.74
HSL153.49º48.31%17.45%-
HSV(B)153.49º65.15%25.88%-
XYZ2.814.283.37-
YUV50.98125.75108.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.91%
GREEN value IS 66 (26.17% from 255) = 48.53%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=16.91%
G=48.53%
B=34.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366470.6500.290.74153.4948.3117.45
Hex17422F4101D4A993011
Octal27102571010351122316021
Binary101111000010101111100000101110110010101001100111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17422F; }

 p { color: rgb(23,66,47); }

 H1.HeaderClassName
 {
   color: #17422F;
 }
 .AnyTagClassName
 {
   color: #17422F;
 }
</style>
background-color css

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

 a { background-color: rgb(23,66,47); }

 div.DivClassName
 {
   background-color: #17422F;
 }
 .BgClassName
 {
   background-color: #17422F;
 }
</style>
border-color css

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

 span { border-color: rgb(23,66,47); }

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