Html Css Color HEX #10472C Zuccini

📋 copy color: '#10472C'

red 16 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #10472C

Tints of Zuccini #10472C

RGB

 RED value IS 16 (6.64% from 255) = 12.21%

 GREEN value IS 71 (28.13% from 255) = 54.2%

 BLUE value IS 44 (17.58% from 255) = 33.59%

R = 12.21%
G = 54.2%
B = 33.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#10472C (or 0x10472C) is known color: Zuccini. HEX triplet: 10, 47 and 2C. RGB value is (16,71,44). Sum of RGB (Red+Green+Blue) = 16+71+44=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #10472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472C is #EFB8D3. Grayscale: #333333. Windows color (decimal): -15710420 or 2901776. OLE color: 2901776.

HSL color Cylindrical-coordinate representation of color #10472C: hue angle of 150.55º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10472C is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 44 -
CMYK 0.77 0 0.38 0.72
HSL 150.55º 0.63% 0.17% -
HSV(B) 150.55º 0.77% 0.28% -
XYZ 2.92 4.8 3.16 -
YUV 51.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 16 71 44 0.77 0 0.38 0.72 150.55 0.63 0.17
Hex 10 47 2C 4D 0 26 48 97 3F 11
Octal 20 107 54 115 0 46 110 227 77 21
Binary 10000 1000111 101100 1001101 0 100110 1001000 10010111 111111 10001

Color Harmonies of #10472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10472C

Black with #10472C

Text Example


Text Example

White with #10472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10472C; }

 p { color: rgb(16,71,44); }

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

background-color css

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

 a { background-color: rgb(16,71,44); }

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

border-color css

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

 span { border-color: rgb(16,71,44); }

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