Html Css Color HEX #10412D Zuccini

📋 copy color: '#10412D'

red 16 ◦ green 65 ◦ blue 45

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

Shades of Zuccini #10412D

Tints of Zuccini #10412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

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

R = 12.7%
G = 51.59%
B = 35.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#10412D (or 0x10412D) is known color: Zuccini. HEX triplet: 10, 41 and 2D. RGB value is (16,65,45). Sum of RGB (Red+Green+Blue) = 16+65+45=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #10412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412D is #EFBED2. Grayscale: #303030. Windows color (decimal): -15711955 or 2965776. OLE color: 2965776.

HSL color Cylindrical-coordinate representation of color #10412D: hue angle of 155.51º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10412D is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 65 45 -
CMYK 0.75 0 0.31 0.75
HSL 155.51º 0.6% 0.16% -
HSV(B) 155.51º 0.75% 0.25% -
XYZ 2.58 4.08 3.13 -
YUV 48.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 16 65 45 0.75 0 0.31 0.75 155.51 0.6 0.16
Hex 10 41 2D 4B 0 1F 4B 9C 3C 10
Octal 20 101 55 113 0 37 113 234 74 20
Binary 10000 1000001 101101 1001011 0 11111 1001011 10011100 111100 10000

Color Harmonies of #10412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10412D

Black with #10412D

Text Example


Text Example

White with #10412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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