Html Css Color HEX #427101 Verdun Green

📋 copy color: '#427101'

red 66 ◦ green 113 ◦ blue 1

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

Shades of Verdun Green #427101

Tints of Verdun Green #427101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.78%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 36.67%
G = 62.78%
B = 0.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#427101 (or 0x427101) is known color: Verdun Green. HEX triplet: 42, 71 and 01. RGB value is (66,113,1). Sum of RGB (Red+Green+Blue) = 66+113+1=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #427101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427101 is #BD8EFE. Grayscale: #565656. Windows color (decimal): -12422911 or 94530. OLE color: 94530.

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

Color convert

RGB 66 113 1 -
CMYK 0.42 0 0.99 0.56
HSL 85.18º 0.98% 0.22% -
HSV(B) 85.18º 0.99% 0.44% -
XYZ 8.16 12.97 2.1 -
YUV 86.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 66 113 1 0.42 0 0.99 0.56 85.18 0.98 0.22
Hex 42 71 1 2A 0 63 38 55 62 16
Octal 102 161 1 52 0 143 70 125 142 26
Binary 1000010 1110001 1 101010 0 1100011 111000 1010101 1100010 10110

Color Harmonies of #427101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427101

Black with #427101

Text Example


Text Example

White with #427101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427101; }

 p { color: rgb(66,113,1); }

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

background-color css

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

 a { background-color: rgb(66,113,1); }

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

border-color css

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

 span { border-color: rgb(66,113,1); }

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