Html Css Color HEX #10461E Deep Fir

📋 copy color: '#10461E'

red 16 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #10461E

Tints of Deep Fir #10461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.86%

R = 13.79%
G = 60.34%
B = 25.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#10461E (or 0x10461E) is known color: Deep Fir. HEX triplet: 10, 46 and 1E. RGB value is (16,70,30). Sum of RGB (Red+Green+Blue) = 16+70+30=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #10461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10461E is #EFB9E1. Grayscale: #313131. Windows color (decimal): -15710690 or 1984016. OLE color: 1984016.

HSL color Cylindrical-coordinate representation of color #10461E: hue angle of 135.56º 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 #10461E is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 70 30 -
CMYK 0.77 0 0.57 0.73
HSL 135.56º 0.63% 0.17% -
HSV(B) 135.56º 0.77% 0.27% -
XYZ 2.64 4.58 1.97 -
YUV 49.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 16 70 30 0.77 0 0.57 0.73 135.56 0.63 0.17
Hex 10 46 1E 4D 0 39 49 88 3F 11
Octal 20 106 36 115 0 71 111 210 77 21
Binary 10000 1000110 11110 1001101 0 111001 1001001 10001000 111111 10001

Color Harmonies of #10461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10461E

Black with #10461E

Text Example


Text Example

White with #10461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10461E; }

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

 H1.HeaderClassName
 {
   color: #10461E;
 }
 .AnyTagClassName
 {
   color: #10461E;
 }
</style>

background-color css

<style>
 a { background-color: #10461E; }

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

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

border-color css

<style>
 span { border-color: #10461E; }

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

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