Html Css Color HEX #465204 Verdun Green

📋 copy color: '#465204'

red 70 ◦ green 82 ◦ blue 4

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

Shades of Verdun Green #465204

Tints of Verdun Green #465204

RGB

 RED value IS 70 (27.73% from 255) = 44.87%

 GREEN value IS 82 (32.42% from 255) = 52.56%

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

R = 44.87%
G = 52.56%
B = 2.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#465204 (or 0x465204) is known color: Verdun Green. HEX triplet: 46, 52 and 04. RGB value is (70,82,4). Sum of RGB (Red+Green+Blue) = 70+82+4=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #465204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465204 is #B9ADFB. Grayscale: #454545. Windows color (decimal): -12168700 or 283206. OLE color: 283206.

HSL color Cylindrical-coordinate representation of color #465204: hue angle of 69.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465204 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 4 -
CMYK 0.15 0 0.95 0.68
HSL 69.23º 0.91% 0.17% -
HSV(B) 69.23º 0.95% 0.32% -
XYZ 5.56 7.35 1.24 -
YUV 69.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 70 82 4 0.15 0 0.95 0.68 69.23 0.91 0.17
Hex 46 52 4 F 0 5F 44 45 5B 11
Octal 106 122 4 17 0 137 104 105 133 21
Binary 1000110 1010010 100 1111 0 1011111 1000100 1000101 1011011 10001

Color Harmonies of #465204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465204

Black with #465204

Text Example


Text Example

White with #465204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465204; }

 p { color: rgb(70,82,4); }

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

background-color css

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

 a { background-color: rgb(70,82,4); }

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

border-color css

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

 span { border-color: rgb(70,82,4); }

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