Html Css Color HEX #424101 Verdun Green

📋 copy color: '#424101'

red 66 ◦ green 65 ◦ blue 1

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

Shades of Verdun Green #424101

Tints of Verdun Green #424101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.24%

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

R = 50%
G = 49.24%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#424101 (or 0x424101) is known color: Verdun Green. HEX triplet: 42, 41 and 01. RGB value is (66,65,1). Sum of RGB (Red+Green+Blue) = 66+65+1=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #424101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424101 is #BDBEFE. Grayscale: #3A3A3A. Windows color (decimal): -12435199 or 82242. OLE color: 82242.

HSL color Cylindrical-coordinate representation of color #424101: hue angle of 59.08º 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 #424101 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 1 -
CMYK 0 0.02 0.98 0.74
HSL 59.08º 0.97% 0.13% -
HSV(B) 59.08º 0.98% 0.26% -
XYZ 4.14 4.94 0.76 -
YUV 58 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 66 65 1 0 0.02 0.98 0.74 59.08 0.97 0.13
Hex 42 41 1 0 2 62 4A 3B 61 D
Octal 102 101 1 0 2 142 112 73 141 15
Binary 1000010 1000001 1 0 10 1100010 1001010 111011 1100001 1101

Color Harmonies of #424101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424101

Black with #424101

Text Example


Text Example

White with #424101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424101; }

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

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

background-color css

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

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

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

border-color css

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

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

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