Html Css Color HEX #424E07 Verdun Green

📋 copy color: '#424E07'

red 66 ◦ green 78 ◦ blue 7

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

Shades of Verdun Green #424E07

Tints of Verdun Green #424E07

RGB

 RED value IS 66 (26.17% from 255) = 43.71%

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

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

R = 43.71%
G = 51.66%
B = 4.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#424E07 (or 0x424E07) is known color: Verdun Green. HEX triplet: 42, 4E and 07. RGB value is (66,78,7). Sum of RGB (Red+Green+Blue) = 66+78+7=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #424E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424E07 is #BDB1F8. Grayscale: #424242. Windows color (decimal): -12431865 or 478786. OLE color: 478786.

HSL color Cylindrical-coordinate representation of color #424E07: hue angle of 70.14º 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 #424E07 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 7 -
CMYK 0.15 0 0.91 0.69
HSL 70.14º 0.84% 0.17% -
HSV(B) 70.14º 0.91% 0.31% -
XYZ 5.01 6.62 1.22 -
YUV 66.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 66 78 7 0.15 0 0.91 0.69 70.14 0.84 0.17
Hex 42 4E 7 F 0 5B 45 46 54 11
Octal 102 116 7 17 0 133 105 106 124 21
Binary 1000010 1001110 111 1111 0 1011011 1000101 1000110 1010100 10001

Color Harmonies of #424E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E07

Black with #424E07

Text Example


Text Example

White with #424E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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