Html Css Color HEX #424619 Verdun Green

📋 copy color: '#424619'

red 66 ◦ green 70 ◦ blue 25

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

Shades of Verdun Green #424619

Tints of Verdun Green #424619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 40.99%
G = 43.48%
B = 15.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#424619 (or 0x424619) is known color: Verdun Green. HEX triplet: 42, 46 and 19. RGB value is (66,70,25). Sum of RGB (Red+Green+Blue) = 66+70+25=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #424619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424619 is #BDB9E6. Grayscale: #3F3F3F. Windows color (decimal): -12433895 or 1656386. OLE color: 1656386.

HSL color Cylindrical-coordinate representation of color #424619: hue angle of 65.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424619 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 25 -
CMYK 0.06 0 0.64 0.73
HSL 65.33º 0.47% 0.19% -
HSV(B) 65.33º 0.64% 0.27% -
XYZ 4.61 5.61 1.76 -
YUV 63.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 66 70 25 0.06 0 0.64 0.73 65.33 0.47 0.19
Hex 42 46 19 6 0 40 49 41 2F 13
Octal 102 106 31 6 0 100 111 101 57 23
Binary 1000010 1000110 11001 110 0 1000000 1001001 1000001 101111 10011

Color Harmonies of #424619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424619

Black with #424619

Text Example


Text Example

White with #424619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424619; }

 p { color: rgb(66,70,25); }

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

background-color css

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

 a { background-color: rgb(66,70,25); }

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

border-color css

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

 span { border-color: rgb(66,70,25); }

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