Html Css Color HEX #465A08 Verdun Green

📋 copy color: '#465A08'

red 70 ◦ green 90 ◦ blue 8

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

Shades of Verdun Green #465A08

Tints of Verdun Green #465A08

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.57%

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 41.67%
G = 53.57%
B = 4.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#465A08 (or 0x465A08) is known color: Verdun Green. HEX triplet: 46, 5A and 08. RGB value is (70,90,8). Sum of RGB (Red+Green+Blue) = 70+90+8=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #465A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A08 is #B9A5F7. Grayscale: #4A4A4A. Windows color (decimal): -12166648 or 547398. OLE color: 547398.

HSL color Cylindrical-coordinate representation of color #465A08: hue angle of 74.63º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465A08 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 8 -
CMYK 0.22 0 0.91 0.65
HSL 74.63º 0.84% 0.19% -
HSV(B) 74.63º 0.91% 0.35% -
XYZ 6.23 8.63 1.57 -
YUV 74.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 70 90 8 0.22 0 0.91 0.65 74.63 0.84 0.19
Hex 46 5A 8 16 0 5B 41 4B 54 13
Octal 106 132 10 26 0 133 101 113 124 23
Binary 1000110 1011010 1000 10110 0 1011011 1000001 1001011 1010100 10011

Color Harmonies of #465A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A08

Black with #465A08

Text Example


Text Example

White with #465A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A08; }

 p { color: rgb(70,90,8); }

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

background-color css

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

 a { background-color: rgb(70,90,8); }

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

border-color css

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

 span { border-color: rgb(70,90,8); }

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