Html Css Color HEX #426902 Verdun Green

📋 copy color: '#426902'

red 66 ◦ green 105 ◦ blue 2

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

Shades of Verdun Green #426902

Tints of Verdun Green #426902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.69%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 38.15%
G = 60.69%
B = 1.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#426902 (or 0x426902) is known color: Verdun Green. HEX triplet: 42, 69 and 02. RGB value is (66,105,2). Sum of RGB (Red+Green+Blue) = 66+105+2=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #426902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426902 is #BD96FD. Grayscale: #515151. Windows color (decimal): -12424958 or 158018. OLE color: 158018.

HSL color Cylindrical-coordinate representation of color #426902: hue angle of 82.72º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #426902 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 2 -
CMYK 0.37 0 0.98 0.59
HSL 82.72º 0.96% 0.21% -
HSV(B) 82.72º 0.98% 0.41% -
XYZ 7.31 11.27 1.85 -
YUV 81.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 66 105 2 0.37 0 0.98 0.59 82.72 0.96 0.21
Hex 42 69 2 25 0 62 3B 53 60 15
Octal 102 151 2 45 0 142 73 123 140 25
Binary 1000010 1101001 10 100101 0 1100010 111011 1010011 1100000 10101

Color Harmonies of #426902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426902

Black with #426902

Text Example


Text Example

White with #426902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426902; }

 p { color: rgb(66,105,2); }

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

background-color css

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

 a { background-color: rgb(66,105,2); }

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

border-color css

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

 span { border-color: rgb(66,105,2); }

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