Html Css Color HEX #424302 Verdun Green

📋 copy color: '#424302'

red 66 ◦ green 67 ◦ blue 2

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

Shades of Verdun Green #424302

Tints of Verdun Green #424302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

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

R = 48.89%
G = 49.63%
B = 1.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#424302 (or 0x424302) is known color: Verdun Green. HEX triplet: 42, 43 and 02. RGB value is (66,67,2). Sum of RGB (Red+Green+Blue) = 66+67+2=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #424302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424302 is #BDBCFD. Grayscale: #3B3B3B. Windows color (decimal): -12434686 or 148290. OLE color: 148290.

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

Color convert

RGB 66 67 2 -
CMYK 0.01 0 0.97 0.74
HSL 60.92º 0.94% 0.14% -
HSV(B) 60.92º 0.97% 0.26% -
XYZ 4.26 5.18 0.83 -
YUV 59.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 66 67 2 0.01 0 0.97 0.74 60.92 0.94 0.14
Hex 42 43 2 1 0 61 4A 3D 5E E
Octal 102 103 2 1 0 141 112 75 136 16
Binary 1000010 1000011 10 1 0 1100001 1001010 111101 1011110 1110

Color Harmonies of #424302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424302

Black with #424302

Text Example


Text Example

White with #424302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424302; }

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

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

background-color css

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

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

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

border-color css

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

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

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