Html Css Color HEX #10472B Zuccini

📋 copy color: '#10472B'

red 16 ◦ green 71 ◦ blue 43

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

Shades of Zuccini #10472B

Tints of Zuccini #10472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 12.31%
G = 54.62%
B = 33.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#10472B (or 0x10472B) is known color: Zuccini. HEX triplet: 10, 47 and 2B. RGB value is (16,71,43). Sum of RGB (Red+Green+Blue) = 16+71+43=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #10472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472B is #EFB8D4. Grayscale: #333333. Windows color (decimal): -15710421 or 2836240. OLE color: 2836240.

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

Color convert

RGB 16 71 43 -
CMYK 0.77 0 0.39 0.72
HSL 149.45º 0.63% 0.17% -
HSV(B) 149.45º 0.77% 0.28% -
XYZ 2.9 4.79 3.06 -
YUV 51.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 16 71 43 0.77 0 0.39 0.72 149.45 0.63 0.17
Hex 10 47 2B 4D 0 27 48 95 3F 11
Octal 20 107 53 115 0 47 110 225 77 21
Binary 10000 1000111 101011 1001101 0 100111 1001000 10010101 111111 10001

Color Harmonies of #10472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10472B

Black with #10472B

Text Example


Text Example

White with #10472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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