Html Css Color HEX #10462F Zuccini

📋 copy color: '#10462F'

red 16 ◦ green 70 ◦ blue 47

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

Shades of Zuccini #10462F

Tints of Zuccini #10462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.63%

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 12.03%
G = 52.63%
B = 35.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#10462F (or 0x10462F) is known color: Zuccini. HEX triplet: 10, 46 and 2F. RGB value is (16,70,47). Sum of RGB (Red+Green+Blue) = 16+70+47=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #10462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10462F is #EFB9D0. Grayscale: #333333. Windows color (decimal): -15710673 or 3098128. OLE color: 3098128.

HSL color Cylindrical-coordinate representation of color #10462F: hue angle of 154.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10462F is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 47 -
CMYK 0.77 0 0.33 0.73
HSL 154.44º 0.63% 0.17% -
HSV(B) 154.44º 0.77% 0.27% -
XYZ 2.92 4.7 3.44 -
YUV 51.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 16 70 47 0.77 0 0.33 0.73 154.44 0.63 0.17
Hex 10 46 2F 4D 0 21 49 9A 3F 11
Octal 20 106 57 115 0 41 111 232 77 21
Binary 10000 1000110 101111 1001101 0 100001 1001001 10011010 111111 10001

Color Harmonies of #10462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10462F

Black with #10462F

Text Example


Text Example

White with #10462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10462F; }

 p { color: rgb(16,70,47); }

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

background-color css

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

 a { background-color: rgb(16,70,47); }

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

border-color css

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

 span { border-color: rgb(16,70,47); }

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