Html Css Color HEX #424506 Verdun Green

📋 copy color: '#424506'

red 66 ◦ green 69 ◦ blue 6

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

Shades of Verdun Green #424506

Tints of Verdun Green #424506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 46.81%
G = 48.94%
B = 4.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#424506 (or 0x424506) is known color: Verdun Green. HEX triplet: 42, 45 and 06. RGB value is (66,69,6). Sum of RGB (Red+Green+Blue) = 66+69+6=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #424506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424506 is #BDBAF9. Grayscale: #3D3D3D. Windows color (decimal): -12434170 or 410946. OLE color: 410946.

HSL color Cylindrical-coordinate representation of color #424506: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #424506 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 6 -
CMYK 0.04 0 0.91 0.73
HSL 62.86º 0.84% 0.15% -
HSV(B) 62.86º 0.91% 0.27% -
XYZ 4.41 5.43 0.99 -
YUV 60.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 66 69 6 0.04 0 0.91 0.73 62.86 0.84 0.15
Hex 42 45 6 4 0 5B 49 3F 54 F
Octal 102 105 6 4 0 133 111 77 124 17
Binary 1000010 1000101 110 100 0 1011011 1001001 111111 1010100 1111

Color Harmonies of #424506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424506

Black with #424506

Text Example


Text Example

White with #424506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424506; }

 p { color: rgb(66,69,6); }

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

background-color css

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

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

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

border-color css

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

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

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