Html Css Color HEX #3D5802 Verdun Green

📋 copy color: '#3D5802'

red 61 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #3D5802

Tints of Verdun Green #3D5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 58.28%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 40.4%
G = 58.28%
B = 1.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#3D5802 (or 0x3D5802) is known color: Verdun Green. HEX triplet: 3D, 58 and 02. RGB value is (61,88,2). Sum of RGB (Red+Green+Blue) = 61+88+2=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5802 is #C2A7FD. Grayscale: #464646. Windows color (decimal): -12756990 or 153661. OLE color: 153661.

HSL color Cylindrical-coordinate representation of color #3D5802: hue angle of 78.84º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D5802 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 88 2 -
CMYK 0.31 0 0.98 0.65
HSL 78.84º 0.96% 0.18% -
HSV(B) 78.84º 0.98% 0.35% -
XYZ 5.43 7.98 1.31 -
YUV 70.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 61 88 2 0.31 0 0.98 0.65 78.84 0.96 0.18
Hex 3D 58 2 1F 0 62 41 4F 60 12
Octal 75 130 2 37 0 142 101 117 140 22
Binary 111101 1011000 10 11111 0 1100010 1000001 1001111 1100000 10010

Color Harmonies of #3D5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5802

Black with #3D5802

Text Example


Text Example

White with #3D5802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,88,2); }

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

background-color css

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

 a { background-color: rgb(61,88,2); }

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

border-color css

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

 span { border-color: rgb(61,88,2); }

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