Html Css Color HEX #3A5E08 Verdun Green

📋 copy color: '#3A5E08'

red 58 ◦ green 94 ◦ blue 8

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

Shades of Verdun Green #3A5E08

Tints of Verdun Green #3A5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 58.75%

 BLUE value IS 8 (3.52% from 255) = 5%

R = 36.25%
G = 58.75%
B = 5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#3A5E08 (or 0x3A5E08) is known color: Verdun Green. HEX triplet: 3A, 5E and 08. RGB value is (58,94,8). Sum of RGB (Red+Green+Blue) = 58+94+8=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 94 (37.11% from 255 or 58.75% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5E08 is #C5A1F7. Grayscale: #494949. Windows color (decimal): -12952056 or 548410. OLE color: 548410.

HSL color Cylindrical-coordinate representation of color #3A5E08: hue angle of 85.12º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A5E08 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 94 8 -
CMYK 0.38 0 0.91 0.63
HSL 85.12º 0.84% 0.2% -
HSV(B) 85.12º 0.91% 0.37% -
XYZ 5.79 8.92 1.65 -
YUV 73.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 58 94 8 0.38 0 0.91 0.63 85.12 0.84 0.2
Hex 3A 5E 8 26 0 5B 3F 55 54 14
Octal 72 136 10 46 0 133 77 125 124 24
Binary 111010 1011110 1000 100110 0 1011011 111111 1010101 1010100 10100

Color Harmonies of #3A5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E08

Black with #3A5E08

Text Example


Text Example

White with #3A5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,94,8); }

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

background-color css

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

 a { background-color: rgb(58,94,8); }

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

border-color css

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

 span { border-color: rgb(58,94,8); }

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