Html Css Color HEX #426B04 Verdun Green

📋 copy color: '#426B04'

red 66 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #426B04

Tints of Verdun Green #426B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 37.29%
G = 60.45%
B = 2.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#426B04 (or 0x426B04) is known color: Verdun Green. HEX triplet: 42, 6B and 04. RGB value is (66,107,4). Sum of RGB (Red+Green+Blue) = 66+107+4=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #426B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B04 is #BD94FB. Grayscale: #535353. Windows color (decimal): -12424444 or 289602. OLE color: 289602.

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

Color convert

RGB 66 107 4 -
CMYK 0.38 0 0.96 0.58
HSL 83.88º 0.93% 0.22% -
HSV(B) 83.88º 0.96% 0.42% -
XYZ 7.53 11.68 1.97 -
YUV 83 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 66 107 4 0.38 0 0.96 0.58 83.88 0.93 0.22
Hex 42 6B 4 26 0 60 3A 54 5D 16
Octal 102 153 4 46 0 140 72 124 135 26
Binary 1000010 1101011 100 100110 0 1100000 111010 1010100 1011101 10110

Color Harmonies of #426B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B04

Black with #426B04

Text Example


Text Example

White with #426B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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