Html Css Color HEX #424303 Verdun Green

📋 copy color: '#424303'

red 66 ◦ green 67 ◦ blue 3

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

Shades of Verdun Green #424303

Tints of Verdun Green #424303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.26%

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

R = 48.53%
G = 49.26%
B = 2.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#424303 (or 0x424303) is known color: Verdun Green. HEX triplet: 42, 43 and 03. RGB value is (66,67,3). Sum of RGB (Red+Green+Blue) = 66+67+3=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #424303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424303 is #BDBCFC. Grayscale: #3B3B3B. Windows color (decimal): -12434685 or 213826. OLE color: 213826.

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

Color convert

RGB 66 67 3 -
CMYK 0.01 0 0.96 0.74
HSL 60.94º 0.91% 0.14% -
HSV(B) 60.94º 0.96% 0.26% -
XYZ 4.27 5.18 0.86 -
YUV 59.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 66 67 3 0.01 0 0.96 0.74 60.94 0.91 0.14
Hex 42 43 3 1 0 60 4A 3D 5B E
Octal 102 103 3 1 0 140 112 75 133 16
Binary 1000010 1000011 11 1 0 1100000 1001010 111101 1011011 1110

Color Harmonies of #424303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424303

Black with #424303

Text Example


Text Example

White with #424303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424303; }

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

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

background-color css

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

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

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

border-color css

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

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

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