Html Css Color HEX #42650E Verdun Green

📋 copy color: '#42650E'

red 66 ◦ green 101 ◦ blue 14

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

Shades of Verdun Green #42650E

Tints of Verdun Green #42650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.8%

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 36.46%
G = 55.8%
B = 7.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#42650E (or 0x42650E) is known color: Verdun Green. HEX triplet: 42, 65 and 0E. RGB value is (66,101,14). Sum of RGB (Red+Green+Blue) = 66+101+14=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #42650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42650E is #BD9AF1. Grayscale: #505050. Windows color (decimal): -12425970 or 943426. OLE color: 943426.

HSL color Cylindrical-coordinate representation of color #42650E: hue angle of 84.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42650E is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 14 -
CMYK 0.35 0 0.86 0.60
HSL 84.14º 0.76% 0.23% -
HSV(B) 84.14º 0.86% 0.4% -
XYZ 6.98 10.5 2.07 -
YUV 80.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 66 101 14 0.35 0 0.86 0.60 84.14 0.76 0.23
Hex 42 65 E 23 0 56 3C 54 4C 17
Octal 102 145 16 43 0 126 74 124 114 27
Binary 1000010 1100101 1110 100011 0 1010110 111100 1010100 1001100 10111

Color Harmonies of #42650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42650E

Black with #42650E

Text Example


Text Example

White with #42650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42650E; }

 p { color: rgb(66,101,14); }

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

background-color css

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

 a { background-color: rgb(66,101,14); }

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

border-color css

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

 span { border-color: rgb(66,101,14); }

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