Html Css Color HEX #3D530C Verdun Green

📋 copy color: '#3D530C'

red 61 ◦ green 83 ◦ blue 12

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

Shades of Verdun Green #3D530C

Tints of Verdun Green #3D530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 39.1%
G = 53.21%
B = 7.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#3D530C (or 0x3D530C) is known color: Verdun Green. HEX triplet: 3D, 53 and 0C. RGB value is (61,83,12). Sum of RGB (Red+Green+Blue) = 61+83+12=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #3D530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D530C is #C2ACF3. Grayscale: #444444. Windows color (decimal): -12758260 or 807741. OLE color: 807741.

HSL color Cylindrical-coordinate representation of color #3D530C: hue angle of 78.59º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D530C is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 12 -
CMYK 0.27 0 0.86 0.67
HSL 78.59º 0.75% 0.19% -
HSV(B) 78.59º 0.86% 0.33% -
XYZ 5.08 7.21 1.47 -
YUV 68.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 61 83 12 0.27 0 0.86 0.67 78.59 0.75 0.19
Hex 3D 53 C 1B 0 56 43 4F 4B 13
Octal 75 123 14 33 0 126 103 117 113 23
Binary 111101 1010011 1100 11011 0 1010110 1000011 1001111 1001011 10011

Color Harmonies of #3D530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D530C

Black with #3D530C

Text Example


Text Example

White with #3D530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,83,12); }

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

background-color css

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

 a { background-color: rgb(61,83,12); }

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

border-color css

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

 span { border-color: rgb(61,83,12); }

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