Html Css Color HEX #424300 Verdun Green

📋 copy color: '#424300'

red 66 ◦ green 67 ◦ blue 0

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

Shades of Verdun Green #424300

Tints of Verdun Green #424300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.62%
G = 50.38%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#424300 (or 0x424300) is known color: Verdun Green. HEX triplet: 42, 43 and 00. RGB value is (66,67,0). Sum of RGB (Red+Green+Blue) = 66+67+0=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #424300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424300 is #BDBCFF. Grayscale: #3B3B3B. Windows color (decimal): -12434688 or 17218. OLE color: 17218.

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

Color convert

RGB 66 67 0 -
CMYK 0.01 0 1 0.74
HSL 60.9º 1% 0.13% -
HSV(B) 60.9º 1% 0.26% -
XYZ 4.25 5.17 0.77 -
YUV 59.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 66 67 0 0.01 0 1 0.74 60.9 1 0.13
Hex 42 43 0 1 0 64 4A 3D 64 D
Octal 102 103 0 1 0 144 112 75 144 15
Binary 1000010 1000011 0 1 0 1100100 1001010 111101 1100100 1101

Color Harmonies of #424300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424300

Black with #424300

Text Example


Text Example

White with #424300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424300; }

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

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

background-color css

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

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

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

border-color css

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

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

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