Html Css Color HEX #3A5000 Verdun Green

📋 copy color: '#3A5000'

red 58 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #3A5000

Tints of Verdun Green #3A5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.03%
G = 57.97%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#3A5000 (or 0x3A5000) is known color: Verdun Green. HEX triplet: 3A, 50 and 00. RGB value is (58,80,0). Sum of RGB (Red+Green+Blue) = 58+80+0=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5000 is #C5AFFF. Grayscale: #404040. Windows color (decimal): -12955648 or 20538. OLE color: 20538.

HSL color Cylindrical-coordinate representation of color #3A5000: hue angle of 76.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A5000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 80 0 -
CMYK 0.28 0 1 0.69
HSL 76.5º 1% 0.16% -
HSV(B) 76.5º 1% 0.31% -
XYZ 4.61 6.64 1.04 -
YUV 64.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 58 80 0 0.28 0 1 0.69 76.5 1 0.16
Hex 3A 50 0 1C 0 64 45 4C 64 10
Octal 72 120 0 34 0 144 105 114 144 20
Binary 111010 1010000 0 11100 0 1100100 1000101 1001100 1100100 10000

Color Harmonies of #3A5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5000

Black with #3A5000

Text Example


Text Example

White with #3A5000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,0); }

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

background-color css

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

 a { background-color: rgb(58,80,0); }

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

border-color css

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

 span { border-color: rgb(58,80,0); }

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