Html Css Color HEX #316604 Verdun Green

📋 copy color: '#316604'

red 49 ◦ green 102 ◦ blue 4

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

Shades of Verdun Green #316604

Tints of Verdun Green #316604

RGB

 RED value IS 49 (19.53% from 255) = 31.61%

 GREEN value IS 102 (40.23% from 255) = 65.81%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 31.61%
G = 65.81%
B = 2.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#316604 (or 0x316604) is known color: Verdun Green. HEX triplet: 31, 66 and 04. RGB value is (49,102,4). Sum of RGB (Red+Green+Blue) = 49+102+4=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #316604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316604 is #CE99FB. Grayscale: #4B4B4B. Windows color (decimal): -13539836 or 288305. OLE color: 288305.

HSL color Cylindrical-coordinate representation of color #316604: hue angle of 92.45º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #316604 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 4 -
CMYK 0.52 0 0.96 0.6
HSL 92.45º 0.92% 0.21% -
HSV(B) 92.45º 0.96% 0.4% -
XYZ 6.04 10.16 1.76 -
YUV 74.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 49 102 4 0.52 0 0.96 0.6 92.45 0.92 0.21
Hex 31 66 4 34 0 60 3C 5C 5C 15
Octal 61 146 4 64 0 140 74 134 134 25
Binary 110001 1100110 100 110100 0 1100000 111100 1011100 1011100 10101

Color Harmonies of #316604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316604

Black with #316604

Text Example


Text Example

White with #316604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316604; }

 p { color: rgb(49,102,4); }

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

background-color css

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

 a { background-color: rgb(49,102,4); }

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

border-color css

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

 span { border-color: rgb(49,102,4); }

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