Html Css Color HEX #42660A Verdun Green

📋 copy color: '#42660A'

red 66 ◦ green 102 ◦ blue 10

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

Shades of Verdun Green #42660A

Tints of Verdun Green #42660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.3%

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

R = 37.08%
G = 57.3%
B = 5.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#42660A (or 0x42660A) is known color: Verdun Green. HEX triplet: 42, 66 and 0A. RGB value is (66,102,10). Sum of RGB (Red+Green+Blue) = 66+102+10=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #42660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42660A is #BD99F5. Grayscale: #515151. Windows color (decimal): -12425718 or 681538. OLE color: 681538.

HSL color Cylindrical-coordinate representation of color #42660A: hue angle of 83.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42660A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 10 -
CMYK 0.35 0 0.90 0.6
HSL 83.48º 0.82% 0.22% -
HSV(B) 83.48º 0.9% 0.4% -
XYZ 7.05 10.68 1.98 -
YUV 80.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 66 102 10 0.35 0 0.90 0.6 83.48 0.82 0.22
Hex 42 66 A 23 0 5A 3C 53 52 16
Octal 102 146 12 43 0 132 74 123 122 26
Binary 1000010 1100110 1010 100011 0 1011010 111100 1010011 1010010 10110

Color Harmonies of #42660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42660A

Black with #42660A

Text Example


Text Example

White with #42660A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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