Html Css Color HEX #427003 Verdun Green

📋 copy color: '#427003'

red 66 ◦ green 112 ◦ blue 3

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

Shades of Verdun Green #427003

Tints of Verdun Green #427003

RGB

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

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

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

R = 36.46%
G = 61.88%
B = 1.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#427003 (or 0x427003) is known color: Verdun Green. HEX triplet: 42, 70 and 03. RGB value is (66,112,3). Sum of RGB (Red+Green+Blue) = 66+112+3=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #427003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427003 is #BD8FFC. Grayscale: #565656. Windows color (decimal): -12423165 or 225346. OLE color: 225346.

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

Color convert

RGB 66 112 3 -
CMYK 0.41 0 0.97 0.56
HSL 85.32º 0.95% 0.23% -
HSV(B) 85.32º 0.97% 0.44% -
XYZ 8.06 12.75 2.12 -
YUV 85.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 66 112 3 0.41 0 0.97 0.56 85.32 0.95 0.23
Hex 42 70 3 29 0 61 38 55 5F 17
Octal 102 160 3 51 0 141 70 125 137 27
Binary 1000010 1110000 11 101001 0 1100001 111000 1010101 1011111 10111

Color Harmonies of #427003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427003

Black with #427003

Text Example


Text Example

White with #427003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427003; }

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

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

background-color css

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

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

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

border-color css

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

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

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