Html Css Color HEX #426105 Verdun Green

📋 copy color: '#426105'

red 66 ◦ green 97 ◦ blue 5

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

Shades of Verdun Green #426105

Tints of Verdun Green #426105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.74%

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

R = 39.29%
G = 57.74%
B = 2.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#426105 (or 0x426105) is known color: Verdun Green. HEX triplet: 42, 61 and 05. RGB value is (66,97,5). Sum of RGB (Red+Green+Blue) = 66+97+5=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #426105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426105 is #BD9EFA. Grayscale: #4D4D4D. Windows color (decimal): -12427003 or 352578. OLE color: 352578.

HSL color Cylindrical-coordinate representation of color #426105: hue angle of 80.22º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #426105 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 5 -
CMYK 0.32 0 0.95 0.62
HSL 80.22º 0.9% 0.2% -
HSV(B) 80.22º 0.95% 0.38% -
XYZ 6.55 9.72 1.67 -
YUV 77.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 66 97 5 0.32 0 0.95 0.62 80.22 0.9 0.2
Hex 42 61 5 20 0 5F 3E 50 5A 14
Octal 102 141 5 40 0 137 76 120 132 24
Binary 1000010 1100001 101 100000 0 1011111 111110 1010000 1011010 10100

Color Harmonies of #426105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426105

Black with #426105

Text Example


Text Example

White with #426105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426105; }

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

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

background-color css

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

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

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

border-color css

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

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

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