Html Css Color HEX #3A5F0A Verdun Green

📋 copy color: '#3A5F0A'

red 58 ◦ green 95 ◦ blue 10

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

Shades of Verdun Green #3A5F0A

Tints of Verdun Green #3A5F0A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 58.28%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 35.58%
G = 58.28%
B = 6.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#3A5F0A (or 0x3A5F0A) is known color: Verdun Green. HEX triplet: 3A, 5F and 0A. RGB value is (58,95,10). Sum of RGB (Red+Green+Blue) = 58+95+10=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5F0A is #C5A0F5. Grayscale: #4A4A4A. Windows color (decimal): -12951798 or 679738. OLE color: 679738.

HSL color Cylindrical-coordinate representation of color #3A5F0A: hue angle of 86.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A5F0A is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 95 10 -
CMYK 0.39 0 0.89 0.63
HSL 86.12º 0.81% 0.21% -
HSV(B) 86.12º 0.89% 0.37% -
XYZ 5.89 9.11 1.73 -
YUV 74.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 58 95 10 0.39 0 0.89 0.63 86.12 0.81 0.21
Hex 3A 5F A 27 0 59 3F 56 51 15
Octal 72 137 12 47 0 131 77 126 121 25
Binary 111010 1011111 1010 100111 0 1011001 111111 1010110 1010001 10101

Color Harmonies of #3A5F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5F0A

Black with #3A5F0A

Text Example


Text Example

White with #3A5F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,95,10); }

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

background-color css

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

 a { background-color: rgb(58,95,10); }

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

border-color css

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

 span { border-color: rgb(58,95,10); }

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