Html Css Color HEX #427400 Verdun Green

📋 copy color: '#427400'

red 66 ◦ green 116 ◦ blue 0

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

Shades of Verdun Green #427400

Tints of Verdun Green #427400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.74%

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

R = 36.26%
G = 63.74%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#427400 (or 0x427400) is known color: Verdun Green. HEX triplet: 42, 74 and 00. RGB value is (66,116,0). Sum of RGB (Red+Green+Blue) = 66+116+0=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #427400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427400 is #BD8BFF. Grayscale: #585858. Windows color (decimal): -12422144 or 29762. OLE color: 29762.

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

Color convert

RGB 66 116 0 -
CMYK 0.43 0 1 0.55
HSL 85.86º 1% 0.23% -
HSV(B) 85.86º 1% 0.45% -
XYZ 8.49 13.65 2.19 -
YUV 87.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 66 116 0 0.43 0 1 0.55 85.86 1 0.23
Hex 42 74 0 2B 0 64 37 56 64 17
Octal 102 164 0 53 0 144 67 126 144 27
Binary 1000010 1110100 0 101011 0 1100100 110111 1010110 1100100 10111

Color Harmonies of #427400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427400

Black with #427400

Text Example


Text Example

White with #427400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427400; }

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

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

background-color css

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

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

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

border-color css

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

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

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