Html Css Color HEX #424708 Verdun Green

📋 copy color: '#424708'

red 66 ◦ green 71 ◦ blue 8

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

Shades of Verdun Green #424708

Tints of Verdun Green #424708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.97%

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

R = 45.52%
G = 48.97%
B = 5.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#424708 (or 0x424708) is known color: Verdun Green. HEX triplet: 42, 47 and 08. RGB value is (66,71,8). Sum of RGB (Red+Green+Blue) = 66+71+8=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #424708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424708 is #BDB8F7. Grayscale: #3E3E3E. Windows color (decimal): -12433656 or 542530. OLE color: 542530.

HSL color Cylindrical-coordinate representation of color #424708: hue angle of 64.76º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #424708 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 8 -
CMYK 0.07 0 0.89 0.72
HSL 64.76º 0.8% 0.15% -
HSV(B) 64.76º 0.89% 0.28% -
XYZ 4.54 5.68 1.09 -
YUV 62.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 66 71 8 0.07 0 0.89 0.72 64.76 0.8 0.15
Hex 42 47 8 7 0 59 48 41 50 F
Octal 102 107 10 7 0 131 110 101 120 17
Binary 1000010 1000111 1000 111 0 1011001 1001000 1000001 1010000 1111

Color Harmonies of #424708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424708

Black with #424708

Text Example


Text Example

White with #424708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424708; }

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

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

background-color css

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

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

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

border-color css

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

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

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