Html Css Color HEX #464C09 Verdun Green

📋 copy color: '#464C09'

red 70 ◦ green 76 ◦ blue 9

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

Shades of Verdun Green #464C09

Tints of Verdun Green #464C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.03%

 BLUE value IS 9 (3.91% from 255) = 5.81%

R = 45.16%
G = 49.03%
B = 5.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#464C09 (or 0x464C09) is known color: Verdun Green. HEX triplet: 46, 4C and 09. RGB value is (70,76,9). Sum of RGB (Red+Green+Blue) = 70+76+9=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #464C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C09 is #B9B3F6. Grayscale: #424242. Windows color (decimal): -12170231 or 609350. OLE color: 609350.

HSL color Cylindrical-coordinate representation of color #464C09: hue angle of 65.37º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #464C09 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 9 -
CMYK 0.08 0 0.88 0.70
HSL 65.37º 0.79% 0.17% -
HSV(B) 65.37º 0.88% 0.3% -
XYZ 5.16 6.49 1.24 -
YUV 66.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 70 76 9 0.08 0 0.88 0.70 65.37 0.79 0.17
Hex 46 4C 9 8 0 58 46 41 4F 11
Octal 106 114 11 10 0 130 106 101 117 21
Binary 1000110 1001100 1001 1000 0 1011000 1000110 1000001 1001111 10001

Color Harmonies of #464C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C09

Black with #464C09

Text Example


Text Example

White with #464C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C09; }

 p { color: rgb(70,76,9); }

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

background-color css

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

 a { background-color: rgb(70,76,9); }

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

border-color css

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

 span { border-color: rgb(70,76,9); }

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