Html Css Color HEX #424201 Verdun Green

📋 copy color: '#424201'

red 66 ◦ green 66 ◦ blue 1

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

Shades of Verdun Green #424201

Tints of Verdun Green #424201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

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

R = 49.62%
G = 49.62%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#424201 (or 0x424201) is known color: Verdun Green. HEX triplet: 42, 42 and 01. RGB value is (66,66,1). Sum of RGB (Red+Green+Blue) = 66+66+1=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424201 is #BDBDFE. Grayscale: #3A3A3A. Windows color (decimal): -12434943 or 82498. OLE color: 82498.

HSL color Cylindrical-coordinate representation of color #424201: hue angle of 60º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #424201 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 1 -
CMYK 0 0 0.98 0.74
HSL 60º 0.97% 0.13% -
HSV(B) 60º 0.98% 0.26% -
XYZ 4.2 5.06 0.78 -
YUV 58.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 66 66 1 0 0 0.98 0.74 60 0.97 0.13
Hex 42 42 1 0 0 62 4A 3C 61 D
Octal 102 102 1 0 0 142 112 74 141 15
Binary 1000010 1000010 1 0 0 1100010 1001010 111100 1100001 1101

Color Harmonies of #424201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424201

Black with #424201

Text Example


Text Example

White with #424201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424201; }

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

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

background-color css

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

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

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

border-color css

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

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

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