Html Css Color HEX #42501D Verdun Green

📋 copy color: '#42501D'

red 66 ◦ green 80 ◦ blue 29

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

Shades of Verdun Green #42501D

Tints of Verdun Green #42501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 37.71%
G = 45.71%
B = 16.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#42501D (or 0x42501D) is known color: Verdun Green. HEX triplet: 42, 50 and 1D. RGB value is (66,80,29). Sum of RGB (Red+Green+Blue) = 66+80+29=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #42501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42501D is #BDAFE2. Grayscale: #464646. Windows color (decimal): -12431331 or 1921090. OLE color: 1921090.

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

Color convert

RGB 66 80 29 -
CMYK 0.17 0 0.64 0.69
HSL 76.47º 0.47% 0.21% -
HSV(B) 76.47º 0.64% 0.31% -
XYZ 5.34 6.98 2.23 -
YUV 70 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 66 80 29 0.17 0 0.64 0.69 76.47 0.47 0.21
Hex 42 50 1D 11 0 40 45 4C 2F 15
Octal 102 120 35 21 0 100 105 114 57 25
Binary 1000010 1010000 11101 10001 0 1000000 1000101 1001100 101111 10101

Color Harmonies of #42501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42501D

Black with #42501D

Text Example


Text Example

White with #42501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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