Html Css Color HEX #424703 Verdun Green

📋 copy color: '#424703'

red 66 ◦ green 71 ◦ blue 3

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

Shades of Verdun Green #424703

Tints of Verdun Green #424703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.14%

R = 47.14%
G = 50.71%
B = 2.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#424703 (or 0x424703) is known color: Verdun Green. HEX triplet: 42, 47 and 03. RGB value is (66,71,3). Sum of RGB (Red+Green+Blue) = 66+71+3=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #424703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424703 is #BDB8FC. Grayscale: #3E3E3E. Windows color (decimal): -12433661 or 214850. OLE color: 214850.

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

Color convert

RGB 66 71 3 -
CMYK 0.07 0 0.96 0.72
HSL 64.41º 0.92% 0.15% -
HSV(B) 64.41º 0.96% 0.28% -
XYZ 4.52 5.67 0.94 -
YUV 61.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 66 71 3 0.07 0 0.96 0.72 64.41 0.92 0.15
Hex 42 47 3 7 0 60 48 40 5C F
Octal 102 107 3 7 0 140 110 100 134 17
Binary 1000010 1000111 11 111 0 1100000 1001000 1000000 1011100 1111

Color Harmonies of #424703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424703

Black with #424703

Text Example


Text Example

White with #424703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424703; }

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

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

background-color css

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

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

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

border-color css

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

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

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