Html Css Color HEX #464E07 Verdun Green

📋 copy color: '#464E07'

red 70 ◦ green 78 ◦ blue 7

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

Shades of Verdun Green #464E07

Tints of Verdun Green #464E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 50.32%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 45.16%
G = 50.32%
B = 4.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#464E07 (or 0x464E07) is known color: Verdun Green. HEX triplet: 46, 4E and 07. RGB value is (70,78,7). Sum of RGB (Red+Green+Blue) = 70+78+7=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #464E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E07 is #B9B1F8. Grayscale: #434343. Windows color (decimal): -12169721 or 478790. OLE color: 478790.

HSL color Cylindrical-coordinate representation of color #464E07: hue angle of 66.76º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #464E07 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 78 7 -
CMYK 0.10 0 0.91 0.69
HSL 66.76º 0.84% 0.17% -
HSV(B) 66.76º 0.91% 0.31% -
XYZ 5.29 6.77 1.23 -
YUV 67.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 70 78 7 0.10 0 0.91 0.69 66.76 0.84 0.17
Hex 46 4E 7 A 0 5B 45 43 54 11
Octal 106 116 7 12 0 133 105 103 124 21
Binary 1000110 1001110 111 1010 0 1011011 1000101 1000011 1010100 10001

Color Harmonies of #464E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E07

Black with #464E07

Text Example


Text Example

White with #464E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,7); }

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

background-color css

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

 a { background-color: rgb(70,78,7); }

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

border-color css

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

 span { border-color: rgb(70,78,7); }

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