Html Css Color HEX #3A6005 Verdun Green

📋 copy color: '#3A6005'

red 58 ◦ green 96 ◦ blue 5

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

Shades of Verdun Green #3A6005

Tints of Verdun Green #3A6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 60.38%

 BLUE value IS 5 (2.34% from 255) = 3.14%

R = 36.48%
G = 60.38%
B = 3.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#3A6005 (or 0x3A6005) is known color: Verdun Green. HEX triplet: 3A, 60 and 05. RGB value is (58,96,5). Sum of RGB (Red+Green+Blue) = 58+96+5=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6005 is #C59FFA. Grayscale: #4A4A4A. Windows color (decimal): -12951547 or 352314. OLE color: 352314.

HSL color Cylindrical-coordinate representation of color #3A6005: hue angle of 85.05º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A6005 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 5 -
CMYK 0.40 0 0.95 0.62
HSL 85.05º 0.9% 0.2% -
HSV(B) 85.05º 0.95% 0.38% -
XYZ 5.96 9.28 1.62 -
YUV 74.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 58 96 5 0.40 0 0.95 0.62 85.05 0.9 0.2
Hex 3A 60 5 28 0 5F 3E 55 5A 14
Octal 72 140 5 50 0 137 76 125 132 24
Binary 111010 1100000 101 101000 0 1011111 111110 1010101 1011010 10100

Color Harmonies of #3A6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6005

Black with #3A6005

Text Example


Text Example

White with #3A6005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,5); }

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

background-color css

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

 a { background-color: rgb(58,96,5); }

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

border-color css

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

 span { border-color: rgb(58,96,5); }

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