Html Css Color HEX #42501A Verdun Green

📋 copy color: '#42501A'

red 66 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #42501A

Tints of Verdun Green #42501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 38.37%
G = 46.51%
B = 15.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#42501A (or 0x42501A) is known color: Verdun Green. HEX triplet: 42, 50 and 1A. RGB value is (66,80,26). Sum of RGB (Red+Green+Blue) = 66+80+26=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #42501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42501A is #BDAFE5. Grayscale: #454545. Windows color (decimal): -12431334 or 1724482. OLE color: 1724482.

HSL color Cylindrical-coordinate representation of color #42501A: hue angle of 75.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42501A is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 26 -
CMYK 0.17 0 0.67 0.69
HSL 75.56º 0.51% 0.21% -
HSV(B) 75.56º 0.68% 0.31% -
XYZ 5.3 6.97 2.04 -
YUV 69.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 66 80 26 0.17 0 0.67 0.69 75.56 0.51 0.21
Hex 42 50 1A 11 0 43 45 4C 33 15
Octal 102 120 32 21 0 103 105 114 63 25
Binary 1000010 1010000 11010 10001 0 1000011 1000101 1001100 110011 10101

Color Harmonies of #42501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42501A

Black with #42501A

Text Example


Text Example

White with #42501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,80,26); }

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

background-color css

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

 a { background-color: rgb(66,80,26); }

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

border-color css

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

 span { border-color: rgb(66,80,26); }

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