Html Css Color HEX #424B14 Verdun Green

📋 copy color: '#424B14'

red 66 ◦ green 75 ◦ blue 20

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

Shades of Verdun Green #424B14

Tints of Verdun Green #424B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 40.99%
G = 46.58%
B = 12.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#424B14 (or 0x424B14) is known color: Verdun Green. HEX triplet: 42, 4B and 14. RGB value is (66,75,20). Sum of RGB (Red+Green+Blue) = 66+75+20=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #424B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424B14 is #BDB4EB. Grayscale: #424242. Windows color (decimal): -12432620 or 1329986. OLE color: 1329986.

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

Color convert

RGB 66 75 20 -
CMYK 0.12 0 0.73 0.71
HSL 69.82º 0.58% 0.19% -
HSV(B) 69.82º 0.73% 0.29% -
XYZ 4.89 6.24 1.61 -
YUV 66.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 66 75 20 0.12 0 0.73 0.71 69.82 0.58 0.19
Hex 42 4B 14 C 0 49 47 46 3A 13
Octal 102 113 24 14 0 111 107 106 72 23
Binary 1000010 1001011 10100 1100 0 1001001 1000111 1000110 111010 10011

Color Harmonies of #424B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B14

Black with #424B14

Text Example


Text Example

White with #424B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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