Html Css Color HEX #424915 Verdun Green

📋 copy color: '#424915'

red 66 ◦ green 73 ◦ blue 21

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

Shades of Verdun Green #424915

Tints of Verdun Green #424915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

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

R = 41.25%
G = 45.63%
B = 13.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#424915 (or 0x424915) is known color: Verdun Green. HEX triplet: 42, 49 and 15. RGB value is (66,73,21). Sum of RGB (Red+Green+Blue) = 66+73+21=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #424915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424915 is #BDB6EA. Grayscale: #414141. Windows color (decimal): -12433131 or 1395010. OLE color: 1395010.

HSL color Cylindrical-coordinate representation of color #424915: hue angle of 68.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #424915 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 21 -
CMYK 0.10 0 0.71 0.71
HSL 68.08º 0.55% 0.18% -
HSV(B) 68.08º 0.71% 0.29% -
XYZ 4.76 5.98 1.61 -
YUV 64.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 66 73 21 0.10 0 0.71 0.71 68.08 0.55 0.18
Hex 42 49 15 A 0 47 47 44 37 12
Octal 102 111 25 12 0 107 107 104 67 22
Binary 1000010 1001001 10101 1010 0 1000111 1000111 1000100 110111 10010

Color Harmonies of #424915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424915

Black with #424915

Text Example


Text Example

White with #424915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424915; }

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

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

background-color css

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

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

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

border-color css

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

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

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