Html Css Color HEX #424803 Verdun Green

📋 copy color: '#424803'

red 66 ◦ green 72 ◦ blue 3

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

Shades of Verdun Green #424803

Tints of Verdun Green #424803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.06%

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

R = 46.81%
G = 51.06%
B = 2.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#424803 (or 0x424803) is known color: Verdun Green. HEX triplet: 42, 48 and 03. RGB value is (66,72,3). Sum of RGB (Red+Green+Blue) = 66+72+3=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #424803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424803 is #BDB7FC. Grayscale: #3E3E3E. Windows color (decimal): -12433405 or 215106. OLE color: 215106.

HSL color Cylindrical-coordinate representation of color #424803: hue angle of 65.22º 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 #424803 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 3 -
CMYK 0.08 0 0.96 0.72
HSL 65.22º 0.92% 0.15% -
HSV(B) 65.22º 0.96% 0.28% -
XYZ 4.58 5.8 0.96 -
YUV 62.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 66 72 3 0.08 0 0.96 0.72 65.22 0.92 0.15
Hex 42 48 3 8 0 60 48 41 5C F
Octal 102 110 3 10 0 140 110 101 134 17
Binary 1000010 1001000 11 1000 0 1100000 1001000 1000001 1011100 1111

Color Harmonies of #424803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424803

Black with #424803

Text Example


Text Example

White with #424803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424803; }

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

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

background-color css

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

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

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

border-color css

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

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

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