Html Css Color HEX #424403 Verdun Green

📋 copy color: '#424403'

red 66 ◦ green 68 ◦ blue 3

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

Shades of Verdun Green #424403

Tints of Verdun Green #424403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 48.18%
G = 49.64%
B = 2.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#424403 (or 0x424403) is known color: Verdun Green. HEX triplet: 42, 44 and 03. RGB value is (66,68,3). Sum of RGB (Red+Green+Blue) = 66+68+3=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #424403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424403 is #BDBBFC. Grayscale: #3C3C3C. Windows color (decimal): -12434429 or 214082. OLE color: 214082.

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

Color convert

RGB 66 68 3 -
CMYK 0.03 0 0.96 0.73
HSL 61.85º 0.92% 0.14% -
HSV(B) 61.85º 0.96% 0.27% -
XYZ 4.33 5.3 0.88 -
YUV 59.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 66 68 3 0.03 0 0.96 0.73 61.85 0.92 0.14
Hex 42 44 3 3 0 60 49 3E 5C E
Octal 102 104 3 3 0 140 111 76 134 16
Binary 1000010 1000100 11 11 0 1100000 1001001 111110 1011100 1110

Color Harmonies of #424403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424403

Black with #424403

Text Example


Text Example

White with #424403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424403; }

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

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

background-color css

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

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

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

border-color css

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

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

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