Html Css Color HEX #465004 Verdun Green

📋 copy color: '#465004'

red 70 ◦ green 80 ◦ blue 4

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

Shades of Verdun Green #465004

Tints of Verdun Green #465004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.95%

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

R = 45.45%
G = 51.95%
B = 2.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#465004 (or 0x465004) is known color: Verdun Green. HEX triplet: 46, 50 and 04. RGB value is (70,80,4). Sum of RGB (Red+Green+Blue) = 70+80+4=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #465004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465004 is #B9AFFB. Grayscale: #444444. Windows color (decimal): -12169212 or 282694. OLE color: 282694.

HSL color Cylindrical-coordinate representation of color #465004: hue angle of 67.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465004 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 4 -
CMYK 0.12 0 0.95 0.69
HSL 67.89º 0.9% 0.16% -
HSV(B) 67.89º 0.95% 0.31% -
XYZ 5.42 7.05 1.19 -
YUV 68.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 70 80 4 0.12 0 0.95 0.69 67.89 0.9 0.16
Hex 46 50 4 C 0 5F 45 44 5A 10
Octal 106 120 4 14 0 137 105 104 132 20
Binary 1000110 1010000 100 1100 0 1011111 1000101 1000100 1011010 10000

Color Harmonies of #465004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465004

Black with #465004

Text Example


Text Example

White with #465004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465004; }

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

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

background-color css

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

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

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

border-color css

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

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

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