Html Css Color HEX #174428 Zuccini

📋 copy color: '#174428'

red 23 ◦ green 68 ◦ blue 40

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

Shades of Zuccini #174428

Tints of Zuccini #174428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.91%

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 17.56%
G = 51.91%
B = 30.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#174428 (or 0x174428) is known color: Zuccini. HEX triplet: 17, 44 and 28. RGB value is (23,68,40). Sum of RGB (Red+Green+Blue) = 23+68+40=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #174428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174428 is #E8BBD7. Grayscale: #333333. Windows color (decimal): -15252440 or 2638871. OLE color: 2638871.

HSL color Cylindrical-coordinate representation of color #174428: hue angle of 142.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174428 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 68 40 -
CMYK 0.66 0 0.41 0.73
HSL 142.67º 0.49% 0.18% -
HSV(B) 142.67º 0.66% 0.27% -
XYZ 2.8 4.47 2.72 -
YUV 51.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 23 68 40 0.66 0 0.41 0.73 142.67 0.49 0.18
Hex 17 44 28 42 0 29 49 8F 31 12
Octal 27 104 50 102 0 51 111 217 61 22
Binary 10111 1000100 101000 1000010 0 101001 1001001 10001111 110001 10010

Color Harmonies of #174428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174428

Black with #174428

Text Example


Text Example

White with #174428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174428; }

 p { color: rgb(23,68,40); }

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

background-color css

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

 a { background-color: rgb(23,68,40); }

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

border-color css

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

 span { border-color: rgb(23,68,40); }

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