Html Css Color HEX #3D5A08 Verdun Green

📋 copy color: '#3D5A08'

red 61 ◦ green 90 ◦ blue 8

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

Shades of Verdun Green #3D5A08

Tints of Verdun Green #3D5A08

RGB

 RED value IS 61 (24.22% from 255) = 38.36%

 GREEN value IS 90 (35.55% from 255) = 56.6%

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 38.36%
G = 56.6%
B = 5.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#3D5A08 (or 0x3D5A08) is known color: Verdun Green. HEX triplet: 3D, 5A and 08. RGB value is (61,90,8). Sum of RGB (Red+Green+Blue) = 61+90+8=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5A08 is #C2A5F7. Grayscale: #484848. Windows color (decimal): -12756472 or 547389. OLE color: 547389.

HSL color Cylindrical-coordinate representation of color #3D5A08: hue angle of 81.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D5A08 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 90 8 -
CMYK 0.32 0 0.91 0.65
HSL 81.22º 0.84% 0.19% -
HSV(B) 81.22º 0.91% 0.35% -
XYZ 5.62 8.32 1.54 -
YUV 71.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 61 90 8 0.32 0 0.91 0.65 81.22 0.84 0.19
Hex 3D 5A 8 20 0 5B 41 51 54 13
Octal 75 132 10 40 0 133 101 121 124 23
Binary 111101 1011010 1000 100000 0 1011011 1000001 1010001 1010100 10011

Color Harmonies of #3D5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5A08

Black with #3D5A08

Text Example


Text Example

White with #3D5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D5A08; }

 p { color: rgb(61,90,8); }

 H1.HeaderClassName
 {
   color: #3D5A08;
 }
 .AnyTagClassName
 {
   color: #3D5A08;
 }
</style>

background-color css

<style>
 a { background-color: #3D5A08; }

 a { background-color: rgb(61,90,8); }

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

border-color css

<style>
 span { border-color: #3D5A08; }

 span { border-color: rgb(61,90,8); }

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