Html Css Color HEX #424E0D Verdun Green

📋 copy color: '#424E0D'

red 66 ◦ green 78 ◦ blue 13

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

Shades of Verdun Green #424E0D

Tints of Verdun Green #424E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 42.04%
G = 49.68%
B = 8.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#424E0D (or 0x424E0D) is known color: Verdun Green. HEX triplet: 42, 4E and 0D. RGB value is (66,78,13). Sum of RGB (Red+Green+Blue) = 66+78+13=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #424E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424E0D is #BDB1F2. Grayscale: #434343. Windows color (decimal): -12431859 or 872002. OLE color: 872002.

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

Color convert

RGB 66 78 13 -
CMYK 0.15 0 0.83 0.69
HSL 71.08º 0.71% 0.18% -
HSV(B) 71.08º 0.83% 0.31% -
XYZ 5.04 6.64 1.4 -
YUV 67 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 66 78 13 0.15 0 0.83 0.69 71.08 0.71 0.18
Hex 42 4E D F 0 53 45 47 47 12
Octal 102 116 15 17 0 123 105 107 107 22
Binary 1000010 1001110 1101 1111 0 1010011 1000101 1000111 1000111 10010

Color Harmonies of #424E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E0D

Black with #424E0D

Text Example


Text Example

White with #424E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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