Html Css Color HEX #424E1E Verdun Green

📋 copy color: '#424E1E'

red 66 ◦ green 78 ◦ blue 30

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

Shades of Verdun Green #424E1E

Tints of Verdun Green #424E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 37.93%
G = 44.83%
B = 17.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#424E1E (or 0x424E1E) is known color: Verdun Green. HEX triplet: 42, 4E and 1E. RGB value is (66,78,30). Sum of RGB (Red+Green+Blue) = 66+78+30=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #424E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E1E is #BDB1E1. Grayscale: #454545. Windows color (decimal): -12431842 or 1986114. OLE color: 1986114.

HSL color Cylindrical-coordinate representation of color #424E1E: hue angle of 75º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424E1E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 30 -
CMYK 0.15 0 0.62 0.69
HSL 75º 0.44% 0.21% -
HSV(B) 75º 0.62% 0.31% -
XYZ 5.21 6.7 2.25 -
YUV 68.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 66 78 30 0.15 0 0.62 0.69 75 0.44 0.21
Hex 42 4E 1E F 0 3E 45 4B 2C 15
Octal 102 116 36 17 0 76 105 113 54 25
Binary 1000010 1001110 11110 1111 0 111110 1000101 1001011 101100 10101

Color Harmonies of #424E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E1E

Black with #424E1E

Text Example


Text Example

White with #424E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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