Html Css Color HEX #426605 Verdun Green

📋 copy color: '#426605'

red 66 ◦ green 102 ◦ blue 5

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

Shades of Verdun Green #426605

Tints of Verdun Green #426605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.96%

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

R = 38.15%
G = 58.96%
B = 2.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#426605 (or 0x426605) is known color: Verdun Green. HEX triplet: 42, 66 and 05. RGB value is (66,102,5). Sum of RGB (Red+Green+Blue) = 66+102+5=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #426605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426605 is #BD99FA. Grayscale: #505050. Windows color (decimal): -12425723 or 353858. OLE color: 353858.

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

Color convert

RGB 66 102 5 -
CMYK 0.35 0 0.95 0.6
HSL 82.27º 0.91% 0.21% -
HSV(B) 82.27º 0.95% 0.4% -
XYZ 7.03 10.67 1.83 -
YUV 80.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 66 102 5 0.35 0 0.95 0.6 82.27 0.91 0.21
Hex 42 66 5 23 0 5F 3C 52 5B 15
Octal 102 146 5 43 0 137 74 122 133 25
Binary 1000010 1100110 101 100011 0 1011111 111100 1010010 1011011 10101

Color Harmonies of #426605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426605

Black with #426605

Text Example


Text Example

White with #426605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426605; }

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

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

background-color css

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

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

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

border-color css

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

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

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