Html Css Color HEX #424503 Verdun Green

📋 copy color: '#424503'

red 66 ◦ green 69 ◦ blue 3

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

Shades of Verdun Green #424503

Tints of Verdun Green #424503

RGB

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

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

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

R = 47.83%
G = 50%
B = 2.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#424503 (or 0x424503) is known color: Verdun Green. HEX triplet: 42, 45 and 03. RGB value is (66,69,3). Sum of RGB (Red+Green+Blue) = 66+69+3=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #424503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424503 is #BDBAFC. Grayscale: #3C3C3C. Windows color (decimal): -12434173 or 214338. OLE color: 214338.

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

Color convert

RGB 66 69 3 -
CMYK 0.04 0 0.96 0.73
HSL 62.73º 0.92% 0.14% -
HSV(B) 62.73º 0.96% 0.27% -
XYZ 4.39 5.42 0.9 -
YUV 60.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 66 69 3 0.04 0 0.96 0.73 62.73 0.92 0.14
Hex 42 45 3 4 0 60 49 3F 5C E
Octal 102 105 3 4 0 140 111 77 134 16
Binary 1000010 1000101 11 100 0 1100000 1001001 111111 1011100 1110

Color Harmonies of #424503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424503

Black with #424503

Text Example


Text Example

White with #424503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424503; }

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

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

background-color css

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

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

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

border-color css

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

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

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