Html Css Color HEX #427000 Verdun Green

📋 copy color: '#427000'

red 66 ◦ green 112 ◦ blue 0

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

Shades of Verdun Green #427000

Tints of Verdun Green #427000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.92%

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

R = 37.08%
G = 62.92%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#427000 (or 0x427000) is known color: Verdun Green. HEX triplet: 42, 70 and 00. RGB value is (66,112,0). Sum of RGB (Red+Green+Blue) = 66+112+0=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #427000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427000 is #BD8FFF. Grayscale: #555555. Windows color (decimal): -12423168 or 28738. OLE color: 28738.

HSL color Cylindrical-coordinate representation of color #427000: hue angle of 84.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #427000 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 0 -
CMYK 0.41 0 1 0.56
HSL 84.64º 1% 0.22% -
HSV(B) 84.64º 1% 0.44% -
XYZ 8.04 12.75 2.04 -
YUV 85.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 66 112 0 0.41 0 1 0.56 84.64 1 0.22
Hex 42 70 0 29 0 64 38 55 64 16
Octal 102 160 0 51 0 144 70 125 144 26
Binary 1000010 1110000 0 101001 0 1100100 111000 1010101 1100100 10110

Color Harmonies of #427000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427000

Black with #427000

Text Example


Text Example

White with #427000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427000; }

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

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

background-color css

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

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

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

border-color css

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

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

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