Html Css Color HEX #424701 Verdun Green

📋 copy color: '#424701'

red 66 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #424701

Tints of Verdun Green #424701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.45%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 47.83%
G = 51.45%
B = 0.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#424701 (or 0x424701) is known color: Verdun Green. HEX triplet: 42, 47 and 01. RGB value is (66,71,1). Sum of RGB (Red+Green+Blue) = 66+71+1=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #424701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424701 is #BDB8FE. Grayscale: #3D3D3D. Windows color (decimal): -12433663 or 83778. OLE color: 83778.

HSL color Cylindrical-coordinate representation of color #424701: hue angle of 64.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #424701 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 1 -
CMYK 0.07 0 0.99 0.72
HSL 64.29º 0.97% 0.14% -
HSV(B) 64.29º 0.99% 0.28% -
XYZ 4.51 5.67 0.89 -
YUV 61.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 66 71 1 0.07 0 0.99 0.72 64.29 0.97 0.14
Hex 42 47 1 7 0 63 48 40 61 E
Octal 102 107 1 7 0 143 110 100 141 16
Binary 1000010 1000111 1 111 0 1100011 1001000 1000000 1100001 1110

Color Harmonies of #424701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424701

Black with #424701

Text Example


Text Example

White with #424701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424701; }

 p { color: rgb(66,71,1); }

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

background-color css

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

 a { background-color: rgb(66,71,1); }

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

border-color css

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

 span { border-color: rgb(66,71,1); }

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