Html Css Color HEX #10472D Zuccini

📋 copy color: '#10472D'

red 16 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #10472D

Tints of Zuccini #10472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.09%

R = 12.12%
G = 53.79%
B = 34.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#10472D (or 0x10472D) is known color: Zuccini. HEX triplet: 10, 47 and 2D. RGB value is (16,71,45). Sum of RGB (Red+Green+Blue) = 16+71+45=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #10472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472D is #EFB8D2. Grayscale: #333333. Windows color (decimal): -15710419 or 2967312. OLE color: 2967312.

HSL color Cylindrical-coordinate representation of color #10472D: hue angle of 151.64º 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 #10472D is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 45 -
CMYK 0.77 0 0.37 0.72
HSL 151.64º 0.63% 0.17% -
HSV(B) 151.64º 0.77% 0.28% -
XYZ 2.94 4.81 3.26 -
YUV 51.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 16 71 45 0.77 0 0.37 0.72 151.64 0.63 0.17
Hex 10 47 2D 4D 0 25 48 98 3F 11
Octal 20 107 55 115 0 45 110 230 77 21
Binary 10000 1000111 101101 1001101 0 100101 1001000 10011000 111111 10001

Color Harmonies of #10472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10472D

Black with #10472D

Text Example


Text Example

White with #10472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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