Html Css Color HEX #424102 Verdun Green

📋 copy color: '#424102'

red 66 ◦ green 65 ◦ blue 2

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

Shades of Verdun Green #424102

Tints of Verdun Green #424102

RGB

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

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

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

R = 49.62%
G = 48.87%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#424102 (or 0x424102) is known color: Verdun Green. HEX triplet: 42, 41 and 02. RGB value is (66,65,2). Sum of RGB (Red+Green+Blue) = 66+65+2=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #424102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424102 is #BDBEFD. Grayscale: #3A3A3A. Windows color (decimal): -12435198 or 147778. OLE color: 147778.

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

Color convert

RGB 66 65 2 -
CMYK 0 0.02 0.97 0.74
HSL 59.06º 0.94% 0.13% -
HSV(B) 59.06º 0.97% 0.26% -
XYZ 4.15 4.94 0.79 -
YUV 58.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 66 65 2 0 0.02 0.97 0.74 59.06 0.94 0.13
Hex 42 41 2 0 2 61 4A 3B 5E D
Octal 102 101 2 0 2 141 112 73 136 15
Binary 1000010 1000001 10 0 10 1100001 1001010 111011 1011110 1101

Color Harmonies of #424102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424102

Black with #424102

Text Example


Text Example

White with #424102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424102; }

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

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

background-color css

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

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

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

border-color css

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

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

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