Html Css Color HEX #426805 Verdun Green

📋 copy color: '#426805'

red 66 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #426805

Tints of Verdun Green #426805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.43%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 37.71%
G = 59.43%
B = 2.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#426805 (or 0x426805) is known color: Verdun Green. HEX triplet: 42, 68 and 05. RGB value is (66,104,5). Sum of RGB (Red+Green+Blue) = 66+104+5=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #426805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426805 is #BD97FA. Grayscale: #515151. Windows color (decimal): -12425211 or 354370. OLE color: 354370.

HSL color Cylindrical-coordinate representation of color #426805: hue angle of 83.03º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #426805 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 5 -
CMYK 0.37 0 0.95 0.59
HSL 83.03º 0.91% 0.21% -
HSV(B) 83.03º 0.95% 0.41% -
XYZ 7.22 11.07 1.9 -
YUV 81.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 66 104 5 0.37 0 0.95 0.59 83.03 0.91 0.21
Hex 42 68 5 25 0 5F 3B 53 5B 15
Octal 102 150 5 45 0 137 73 123 133 25
Binary 1000010 1101000 101 100101 0 1011111 111011 1010011 1011011 10101

Color Harmonies of #426805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426805

Black with #426805

Text Example


Text Example

White with #426805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426805; }

 p { color: rgb(66,104,5); }

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

background-color css

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

 a { background-color: rgb(66,104,5); }

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

border-color css

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

 span { border-color: rgb(66,104,5); }

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