Html Css Color HEX #424203 Verdun Green

📋 copy color: '#424203'

red 66 ◦ green 66 ◦ blue 3

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

Shades of Verdun Green #424203

Tints of Verdun Green #424203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

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

R = 48.89%
G = 48.89%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.74

RGB Variations

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

Color information

#424203 (or 0x424203) is known color: Verdun Green. HEX triplet: 42, 42 and 03. RGB value is (66,66,3). Sum of RGB (Red+Green+Blue) = 66+66+3=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424203 is #BDBDFC. Grayscale: #3B3B3B. Windows color (decimal): -12434941 or 213570. OLE color: 213570.

HSL color Cylindrical-coordinate representation of color #424203: hue angle of 60º 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 #424203 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 3 -
CMYK 0 0 0.95 0.74
HSL 60º 0.91% 0.14% -
HSV(B) 60º 0.95% 0.26% -
XYZ 4.21 5.06 0.84 -
YUV 58.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 66 66 3 0 0 0.95 0.74 60 0.91 0.14
Hex 42 42 3 0 0 5F 4A 3C 5B E
Octal 102 102 3 0 0 137 112 74 133 16
Binary 1000010 1000010 11 0 0 1011111 1001010 111100 1011011 1110

Color Harmonies of #424203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424203

Black with #424203

Text Example


Text Example

White with #424203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424203; }

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

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

background-color css

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

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

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

border-color css

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

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

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