Html Css Color HEX #031610 Dark Green

📋 copy color: '#031610'

red 3 ◦ green 22 ◦ blue 16

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

Shades of Dark Green #031610

Tints of Dark Green #031610

RGB

 RED value IS 3 (1.56% from 255) = 7.32%

 GREEN value IS 22 (8.98% from 255) = 53.66%

 BLUE value IS 16 (6.64% from 255) = 39.02%

R = 7.32%
G = 53.66%
B = 39.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.91

RGB Variations

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

Color information

#031610 (or 0x031610) is known color: Dark Green. HEX triplet: 03, 16 and 10. RGB value is (3,22,16). Sum of RGB (Red+Green+Blue) = 3+22+16=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #031610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031610 is #FCE9EF. Grayscale: #0F0F0F. Windows color (decimal): -16574960 or 1054211. OLE color: 1054211.

HSL color Cylindrical-coordinate representation of color #031610: hue angle of 161.05º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031610 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 22 16 -
CMYK 0.86 0 0.27 0.91
HSL 161.05º 0.76% 0.05% -
HSV(B) 161.05º 0.86% 0.09% -
XYZ 0.42 0.63 0.59 -
YUV 15.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 3 22 16 0.86 0 0.27 0.91 161.05 0.76 0.05
Hex 3 16 10 56 0 1B 5B A1 4C 5
Octal 3 26 20 126 0 33 133 241 114 5
Binary 11 10110 10000 1010110 0 11011 1011011 10100001 1001100 101

Color Harmonies of #031610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031610

Black with #031610

Text Example


Text Example

White with #031610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031610; }

 p { color: rgb(3,22,16); }

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

background-color css

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

 a { background-color: rgb(3,22,16); }

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

border-color css

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

 span { border-color: rgb(3,22,16); }

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