Html Css Color HEX #3A530F Verdun Green

📋 copy color: '#3A530F'

red 58 ◦ green 83 ◦ blue 15

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

Shades of Verdun Green #3A530F

Tints of Verdun Green #3A530F

RGB

 RED value IS 58 (23.05% from 255) = 37.18%

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 37.18%
G = 53.21%
B = 9.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#3A530F (or 0x3A530F) is known color: Verdun Green. HEX triplet: 3A, 53 and 0F. RGB value is (58,83,15). Sum of RGB (Red+Green+Blue) = 58+83+15=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #3A530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A530F is #C5ACF0. Grayscale: #444444. Windows color (decimal): -12954865 or 1004346. OLE color: 1004346.

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

Color convert

RGB 58 83 15 -
CMYK 0.30 0 0.82 0.67
HSL 82.06º 0.69% 0.19% -
HSV(B) 82.06º 0.82% 0.33% -
XYZ 4.92 7.12 1.57 -
YUV 67.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 58 83 15 0.30 0 0.82 0.67 82.06 0.69 0.19
Hex 3A 53 F 1E 0 52 43 52 45 13
Octal 72 123 17 36 0 122 103 122 105 23
Binary 111010 1010011 1111 11110 0 1010010 1000011 1010010 1000101 10011

Color Harmonies of #3A530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A530F

Black with #3A530F

Text Example


Text Example

White with #3A530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,15); }

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

background-color css

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

 a { background-color: rgb(58,83,15); }

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

border-color css

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

 span { border-color: rgb(58,83,15); }

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