Html Css Color HEX #3D480B Verdun Green

📋 copy color: '#3D480B'

red 61 ◦ green 72 ◦ blue 11

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

Shades of Verdun Green #3D480B

Tints of Verdun Green #3D480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 42.36%
G = 50%
B = 7.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#3D480B (or 0x3D480B) is known color: Verdun Green. HEX triplet: 3D, 48 and 0B. RGB value is (61,72,11). Sum of RGB (Red+Green+Blue) = 61+72+11=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #3D480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D480B is #C2B7F4. Grayscale: #3D3D3D. Windows color (decimal): -12761077 or 739389. OLE color: 739389.

HSL color Cylindrical-coordinate representation of color #3D480B: hue angle of 70.82º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D480B is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 72 11 -
CMYK 0.15 0 0.85 0.72
HSL 70.82º 0.73% 0.16% -
HSV(B) 70.82º 0.85% 0.28% -
XYZ 4.3 5.65 1.18 -
YUV 61.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 61 72 11 0.15 0 0.85 0.72 70.82 0.73 0.16
Hex 3D 48 B F 0 55 48 47 49 10
Octal 75 110 13 17 0 125 110 107 111 20
Binary 111101 1001000 1011 1111 0 1010101 1001000 1000111 1001001 10000

Color Harmonies of #3D480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D480B

Black with #3D480B

Text Example


Text Example

White with #3D480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,11); }

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

background-color css

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

 a { background-color: rgb(61,72,11); }

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

border-color css

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

 span { border-color: rgb(61,72,11); }

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