Html Css Color HEX #427304 Verdun Green

📋 copy color: '#427304'

red 66 ◦ green 115 ◦ blue 4

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

Shades of Verdun Green #427304

Tints of Verdun Green #427304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.16%

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 35.68%
G = 62.16%
B = 2.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#427304 (or 0x427304) is known color: Verdun Green. HEX triplet: 42, 73 and 04. RGB value is (66,115,4). Sum of RGB (Red+Green+Blue) = 66+115+4=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #427304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427304 is #BD8CFB. Grayscale: #585858. Windows color (decimal): -12422396 or 291650. OLE color: 291650.

HSL color Cylindrical-coordinate representation of color #427304: hue angle of 86.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #427304 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 4 -
CMYK 0.43 0 0.97 0.55
HSL 86.49º 0.93% 0.23% -
HSV(B) 86.49º 0.97% 0.45% -
XYZ 8.4 13.43 2.26 -
YUV 87.7 80.77 112.53 -
System Red Green Blue C M Y K H S L
Decimal 66 115 4 0.43 0 0.97 0.55 86.49 0.93 0.23
Hex 42 73 4 2B 0 61 37 56 5D 17
Octal 102 163 4 53 0 141 67 126 135 27
Binary 1000010 1110011 100 101011 0 1100001 110111 1010110 1011101 10111

Color Harmonies of #427304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427304

Black with #427304

Text Example


Text Example

White with #427304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427304; }

 p { color: rgb(66,115,4); }

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

background-color css

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

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

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

border-color css

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

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

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