Html Css Color HEX #426707 Verdun Green

📋 copy color: '#426707'

red 66 ◦ green 103 ◦ blue 7

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

Shades of Verdun Green #426707

Tints of Verdun Green #426707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.52%

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 37.5%
G = 58.52%
B = 3.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#426707 (or 0x426707) is known color: Verdun Green. HEX triplet: 42, 67 and 07. RGB value is (66,103,7). Sum of RGB (Red+Green+Blue) = 66+103+7=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #426707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426707 is #BD98F8. Grayscale: #515151. Windows color (decimal): -12425465 or 485186. OLE color: 485186.

HSL color Cylindrical-coordinate representation of color #426707: hue angle of 83.13º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #426707 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 103 7 -
CMYK 0.36 0 0.93 0.60
HSL 83.13º 0.87% 0.22% -
HSV(B) 83.13º 0.93% 0.4% -
XYZ 7.14 10.87 1.92 -
YUV 80.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 66 103 7 0.36 0 0.93 0.60 83.13 0.87 0.22
Hex 42 67 7 24 0 5D 3C 53 57 16
Octal 102 147 7 44 0 135 74 123 127 26
Binary 1000010 1100111 111 100100 0 1011101 111100 1010011 1010111 10110

Color Harmonies of #426707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426707

Black with #426707

Text Example


Text Example

White with #426707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426707; }

 p { color: rgb(66,103,7); }

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

background-color css

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

 a { background-color: rgb(66,103,7); }

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

border-color css

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

 span { border-color: rgb(66,103,7); }

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