Html Css Color HEX #424003 Verdun Green

📋 copy color: '#424003'

red 66 ◦ green 64 ◦ blue 3

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

Shades of Verdun Green #424003

Tints of Verdun Green #424003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 49.62%
G = 48.12%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#424003 (or 0x424003) is known color: Verdun Green. HEX triplet: 42, 40 and 03. RGB value is (66,64,3). Sum of RGB (Red+Green+Blue) = 66+64+3=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #424003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424003 is #BDBFFC. Grayscale: #393939. Windows color (decimal): -12435453 or 213058. OLE color: 213058.

HSL color Cylindrical-coordinate representation of color #424003: hue angle of 58.1º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #424003 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 3 -
CMYK 0 0.03 0.95 0.74
HSL 58.1º 0.91% 0.14% -
HSV(B) 58.1º 0.95% 0.26% -
XYZ 4.1 4.83 0.8 -
YUV 57.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 66 64 3 0 0.03 0.95 0.74 58.1 0.91 0.14
Hex 42 40 3 0 3 5F 4A 3A 5B E
Octal 102 100 3 0 3 137 112 72 133 16
Binary 1000010 1000000 11 0 11 1011111 1001010 111010 1011011 1110

Color Harmonies of #424003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424003

Black with #424003

Text Example


Text Example

White with #424003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424003; }

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

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

background-color css

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

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

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

border-color css

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

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

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