Html Css Color HEX #17422E Zuccini

📋 copy color: '#17422E'

red 23 ◦ green 66 ◦ blue 46

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

Shades of Zuccini #17422E

Tints of Zuccini #17422E

RGB

 RED value IS 23 (9.38% from 255) = 17.04%

 GREEN value IS 66 (26.17% from 255) = 48.89%

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 17.04%
G = 48.89%
B = 34.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#17422E (or 0x17422E) is known color: Zuccini. HEX triplet: 17, 42 and 2E. RGB value is (23,66,46). Sum of RGB (Red+Green+Blue) = 23+66+46=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #17422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422E is #E8BDD1. Grayscale: #323232. Windows color (decimal): -15252946 or 3031575. OLE color: 3031575.

HSL color Cylindrical-coordinate representation of color #17422E: hue angle of 152.09º 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 #17422E is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 66 46 -
CMYK 0.65 0 0.30 0.74
HSL 152.09º 0.48% 0.17% -
HSV(B) 152.09º 0.65% 0.26% -
XYZ 2.79 4.28 3.26 -
YUV 50.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 23 66 46 0.65 0 0.30 0.74 152.09 0.48 0.17
Hex 17 42 2E 41 0 1E 4A 98 30 11
Octal 27 102 56 101 0 36 112 230 60 21
Binary 10111 1000010 101110 1000001 0 11110 1001010 10011000 110000 10001

Color Harmonies of #17422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17422E

Black with #17422E

Text Example


Text Example

White with #17422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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