Html Css Color HEX #174330 Zuccini

📋 copy color: '#174330'

red 23 ◦ green 67 ◦ blue 48

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

Shades of Zuccini #174330

Tints of Zuccini #174330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 16.67%
G = 48.55%
B = 34.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#174330 (or 0x174330) is known color: Zuccini. HEX triplet: 17, 43 and 30. RGB value is (23,67,48). Sum of RGB (Red+Green+Blue) = 23+67+48=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #174330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174330 is #E8BCCF. Grayscale: #333333. Windows color (decimal): -15252688 or 3162903. OLE color: 3162903.

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

Color convert

RGB 23 67 48 -
CMYK 0.66 0 0.28 0.74
HSL 154.09º 0.49% 0.18% -
HSV(B) 154.09º 0.66% 0.26% -
XYZ 2.89 4.41 3.49 -
YUV 51.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 23 67 48 0.66 0 0.28 0.74 154.09 0.49 0.18
Hex 17 43 30 42 0 1C 4A 9A 31 12
Octal 27 103 60 102 0 34 112 232 61 22
Binary 10111 1000011 110000 1000010 0 11100 1001010 10011010 110001 10010

Color Harmonies of #174330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174330

Black with #174330

Text Example


Text Example

White with #174330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174330; }

 p { color: rgb(23,67,48); }

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

background-color css

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

 a { background-color: rgb(23,67,48); }

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

border-color css

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

 span { border-color: rgb(23,67,48); }

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