Html Css Color HEX #427103 Verdun Green

📋 copy color: '#427103'

red 66 ◦ green 113 ◦ blue 3

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

Shades of Verdun Green #427103

Tints of Verdun Green #427103

RGB

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

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

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

R = 36.26%
G = 62.09%
B = 1.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#427103 (or 0x427103) is known color: Verdun Green. HEX triplet: 42, 71 and 03. RGB value is (66,113,3). Sum of RGB (Red+Green+Blue) = 66+113+3=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #427103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427103 is #BD8EFC. Grayscale: #565656. Windows color (decimal): -12422909 or 225602. OLE color: 225602.

HSL color Cylindrical-coordinate representation of color #427103: hue angle of 85.64º 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 #427103 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 3 -
CMYK 0.42 0 0.97 0.56
HSL 85.64º 0.95% 0.23% -
HSV(B) 85.64º 0.97% 0.44% -
XYZ 8.17 12.98 2.16 -
YUV 86.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 66 113 3 0.42 0 0.97 0.56 85.64 0.95 0.23
Hex 42 71 3 2A 0 61 38 56 5F 17
Octal 102 161 3 52 0 141 70 126 137 27
Binary 1000010 1110001 11 101010 0 1100001 111000 1010110 1011111 10111

Color Harmonies of #427103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427103

Black with #427103

Text Example


Text Example

White with #427103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427103; }

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

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

background-color css

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

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

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

border-color css

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

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

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