Html Css Color HEX #424002 Verdun Green

📋 copy color: '#424002'

red 66 ◦ green 64 ◦ blue 2

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

Shades of Verdun Green #424002

Tints of Verdun Green #424002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

 BLUE value IS 2 (1.17% from 255) = 1.52%

R = 50%
G = 48.48%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#424002 (or 0x424002) is known color: Verdun Green. HEX triplet: 42, 40 and 02. RGB value is (66,64,2). Sum of RGB (Red+Green+Blue) = 66+64+2=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #424002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424002 is #BDBFFD. Grayscale: #393939. Windows color (decimal): -12435454 or 147522. OLE color: 147522.

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

Color convert

RGB 66 64 2 -
CMYK 0 0.03 0.97 0.74
HSL 58.13º 0.94% 0.13% -
HSV(B) 58.13º 0.97% 0.26% -
XYZ 4.09 4.83 0.77 -
YUV 57.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 66 64 2 0 0.03 0.97 0.74 58.13 0.94 0.13
Hex 42 40 2 0 3 61 4A 3A 5E D
Octal 102 100 2 0 3 141 112 72 136 15
Binary 1000010 1000000 10 0 11 1100001 1001010 111010 1011110 1101

Color Harmonies of #424002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424002

Black with #424002

Text Example


Text Example

White with #424002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424002; }

 p { color: rgb(66,64,2); }

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

background-color css

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

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

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

border-color css

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

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

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