Html Css Color HEX #42620A Verdun Green

📋 copy color: '#42620A'

red 66 ◦ green 98 ◦ blue 10

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

Shades of Verdun Green #42620A

Tints of Verdun Green #42620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.32%

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 37.93%
G = 56.32%
B = 5.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#42620A (or 0x42620A) is known color: Verdun Green. HEX triplet: 42, 62 and 0A. RGB value is (66,98,10). Sum of RGB (Red+Green+Blue) = 66+98+10=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #42620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42620A is #BD9DF5. Grayscale: #4E4E4E. Windows color (decimal): -12426742 or 680514. OLE color: 680514.

HSL color Cylindrical-coordinate representation of color #42620A: hue angle of 81.82º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42620A is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 10 -
CMYK 0.33 0 0.90 0.62
HSL 81.82º 0.81% 0.21% -
HSV(B) 81.82º 0.9% 0.38% -
XYZ 6.67 9.92 1.85 -
YUV 78.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 66 98 10 0.33 0 0.90 0.62 81.82 0.81 0.21
Hex 42 62 A 21 0 5A 3E 52 51 15
Octal 102 142 12 41 0 132 76 122 121 25
Binary 1000010 1100010 1010 100001 0 1011010 111110 1010010 1010001 10101

Color Harmonies of #42620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42620A

Black with #42620A

Text Example


Text Example

White with #42620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42620A; }

 p { color: rgb(66,98,10); }

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

background-color css

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

 a { background-color: rgb(66,98,10); }

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

border-color css

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

 span { border-color: rgb(66,98,10); }

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