Html Css Color HEX #426B07 Verdun Green

📋 copy color: '#426B07'

red 66 ◦ green 107 ◦ blue 7

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

Shades of Verdun Green #426B07

Tints of Verdun Green #426B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.44%

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

R = 36.67%
G = 59.44%
B = 3.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#426B07 (or 0x426B07) is known color: Verdun Green. HEX triplet: 42, 6B and 07. RGB value is (66,107,7). Sum of RGB (Red+Green+Blue) = 66+107+7=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #426B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B07 is #BD94F8. Grayscale: #535353. Windows color (decimal): -12424441 or 486210. OLE color: 486210.

HSL color Cylindrical-coordinate representation of color #426B07: hue angle of 84.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #426B07 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 107 7 -
CMYK 0.38 0 0.93 0.58
HSL 84.6º 0.88% 0.22% -
HSV(B) 84.6º 0.93% 0.42% -
XYZ 7.54 11.69 2.06 -
YUV 83.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 66 107 7 0.38 0 0.93 0.58 84.6 0.88 0.22
Hex 42 6B 7 26 0 5D 3A 55 58 16
Octal 102 153 7 46 0 135 72 125 130 26
Binary 1000010 1101011 111 100110 0 1011101 111010 1010101 1011000 10110

Color Harmonies of #426B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B07

Black with #426B07

Text Example


Text Example

White with #426B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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