Html Css Color HEX #10472A Zuccini

📋 copy color: '#10472A'

red 16 ◦ green 71 ◦ blue 42

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

Shades of Zuccini #10472A

Tints of Zuccini #10472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 12.4%
G = 55.04%
B = 32.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#10472A (or 0x10472A) is known color: Zuccini. HEX triplet: 10, 47 and 2A. RGB value is (16,71,42). Sum of RGB (Red+Green+Blue) = 16+71+42=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #10472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10472A is #EFB8D5. Grayscale: #333333. Windows color (decimal): -15710422 or 2770704. OLE color: 2770704.

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

Color convert

RGB 16 71 42 -
CMYK 0.77 0 0.41 0.72
HSL 148.36º 0.63% 0.17% -
HSV(B) 148.36º 0.77% 0.28% -
XYZ 2.88 4.78 2.96 -
YUV 51.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 16 71 42 0.77 0 0.41 0.72 148.36 0.63 0.17
Hex 10 47 2A 4D 0 29 48 94 3F 11
Octal 20 107 52 115 0 51 110 224 77 21
Binary 10000 1000111 101010 1001101 0 101001 1001000 10010100 111111 10001

Color Harmonies of #10472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10472A

Black with #10472A

Text Example


Text Example

White with #10472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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