Html Css Color HEX #424608 Verdun Green

📋 copy color: '#424608'

red 66 ◦ green 70 ◦ blue 8

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

Shades of Verdun Green #424608

Tints of Verdun Green #424608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 45.83%
G = 48.61%
B = 5.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#424608 (or 0x424608) is known color: Verdun Green. HEX triplet: 42, 46 and 08. RGB value is (66,70,8). Sum of RGB (Red+Green+Blue) = 66+70+8=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #424608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424608 is #BDB9F7. Grayscale: #3D3D3D. Windows color (decimal): -12433912 or 542274. OLE color: 542274.

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

Color convert

RGB 66 70 8 -
CMYK 0.06 0 0.89 0.73
HSL 63.87º 0.79% 0.15% -
HSV(B) 63.87º 0.89% 0.27% -
XYZ 4.48 5.56 1.07 -
YUV 61.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 66 70 8 0.06 0 0.89 0.73 63.87 0.79 0.15
Hex 42 46 8 6 0 59 49 40 4F F
Octal 102 106 10 6 0 131 111 100 117 17
Binary 1000010 1000110 1000 110 0 1011001 1001001 1000000 1001111 1111

Color Harmonies of #424608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424608

Black with #424608

Text Example


Text Example

White with #424608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424608; }

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

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

background-color css

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

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

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

border-color css

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

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

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