Html Css Color HEX #424B0E Verdun Green

📋 copy color: '#424B0E'

red 66 ◦ green 75 ◦ blue 14

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

Shades of Verdun Green #424B0E

Tints of Verdun Green #424B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.39%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 42.58%
G = 48.39%
B = 9.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#424B0E (or 0x424B0E) is known color: Verdun Green. HEX triplet: 42, 4B and 0E. RGB value is (66,75,14). Sum of RGB (Red+Green+Blue) = 66+75+14=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #424B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B0E is #BDB4F1. Grayscale: #414141. Windows color (decimal): -12432626 or 936770. OLE color: 936770.

HSL color Cylindrical-coordinate representation of color #424B0E: hue angle of 68.85º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #424B0E is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 14 -
CMYK 0.12 0 0.81 0.71
HSL 68.85º 0.69% 0.17% -
HSV(B) 68.85º 0.81% 0.29% -
XYZ 4.84 6.22 1.36 -
YUV 65.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 66 75 14 0.12 0 0.81 0.71 68.85 0.69 0.17
Hex 42 4B E C 0 51 47 45 45 11
Octal 102 113 16 14 0 121 107 105 105 21
Binary 1000010 1001011 1110 1100 0 1010001 1000111 1000101 1000101 10001

Color Harmonies of #424B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B0E

Black with #424B0E

Text Example


Text Example

White with #424B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,75,14); }

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

background-color css

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

 a { background-color: rgb(66,75,14); }

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

border-color css

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

 span { border-color: rgb(66,75,14); }

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