Html Css Color HEX #424A15 Verdun Green

📋 copy color: '#424A15'

red 66 ◦ green 74 ◦ blue 21

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

Shades of Verdun Green #424A15

Tints of Verdun Green #424A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.96%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 40.99%
G = 45.96%
B = 13.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#424A15 (or 0x424A15) is known color: Verdun Green. HEX triplet: 42, 4A and 15. RGB value is (66,74,21). Sum of RGB (Red+Green+Blue) = 66+74+21=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #424A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424A15 is #BDB5EA. Grayscale: #414141. Windows color (decimal): -12432875 or 1395266. OLE color: 1395266.

HSL color Cylindrical-coordinate representation of color #424A15: hue angle of 69.06º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424A15 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 74 21 -
CMYK 0.11 0 0.72 0.71
HSL 69.06º 0.56% 0.19% -
HSV(B) 69.06º 0.72% 0.29% -
XYZ 4.83 6.11 1.63 -
YUV 65.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 66 74 21 0.11 0 0.72 0.71 69.06 0.56 0.19
Hex 42 4A 15 B 0 48 47 45 38 13
Octal 102 112 25 13 0 110 107 105 70 23
Binary 1000010 1001010 10101 1011 0 1001000 1000111 1000101 111000 10011

Color Harmonies of #424A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A15

Black with #424A15

Text Example


Text Example

White with #424A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,21); }

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

background-color css

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

 a { background-color: rgb(66,74,21); }

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

border-color css

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

 span { border-color: rgb(66,74,21); }

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