Html Css Color HEX #42610A Verdun Green

📋 copy color: '#42610A'

red 66 ◦ green 97 ◦ blue 10

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

Shades of Verdun Green #42610A

Tints of Verdun Green #42610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

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

R = 38.15%
G = 56.07%
B = 5.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#42610A (or 0x42610A) is known color: Verdun Green. HEX triplet: 42, 61 and 0A. RGB value is (66,97,10). Sum of RGB (Red+Green+Blue) = 66+97+10=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #42610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610A is #BD9EF5. Grayscale: #4E4E4E. Windows color (decimal): -12426998 or 680258. OLE color: 680258.

HSL color Cylindrical-coordinate representation of color #42610A: hue angle of 81.38º 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 #42610A is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 10 -
CMYK 0.32 0 0.90 0.62
HSL 81.38º 0.81% 0.21% -
HSV(B) 81.38º 0.9% 0.38% -
XYZ 6.58 9.73 1.82 -
YUV 77.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 66 97 10 0.32 0 0.90 0.62 81.38 0.81 0.21
Hex 42 61 A 20 0 5A 3E 51 51 15
Octal 102 141 12 40 0 132 76 121 121 25
Binary 1000010 1100001 1010 100000 0 1011010 111110 1010001 1010001 10101

Color Harmonies of #42610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42610A

Black with #42610A

Text Example


Text Example

White with #42610A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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