Html Css Color HEX #3A5C03 Verdun Green

📋 copy color: '#3A5C03'

red 58 ◦ green 92 ◦ blue 3

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

Shades of Verdun Green #3A5C03

Tints of Verdun Green #3A5C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 60.13%

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 37.91%
G = 60.13%
B = 1.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#3A5C03 (or 0x3A5C03) is known color: Verdun Green. HEX triplet: 3A, 5C and 03. RGB value is (58,92,3). Sum of RGB (Red+Green+Blue) = 58+92+3=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 92 (36.33% from 255 or 60.13% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5C03 is #C5A3FC. Grayscale: #484848. Windows color (decimal): -12952573 or 220218. OLE color: 220218.

HSL color Cylindrical-coordinate representation of color #3A5C03: hue angle of 82.92º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A5C03 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 92 3 -
CMYK 0.37 0 0.97 0.64
HSL 82.92º 0.94% 0.19% -
HSV(B) 82.92º 0.97% 0.36% -
XYZ 5.59 8.56 1.44 -
YUV 71.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 58 92 3 0.37 0 0.97 0.64 82.92 0.94 0.19
Hex 3A 5C 3 25 0 61 40 53 5E 13
Octal 72 134 3 45 0 141 100 123 136 23
Binary 111010 1011100 11 100101 0 1100001 1000000 1010011 1011110 10011

Color Harmonies of #3A5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C03

Black with #3A5C03

Text Example


Text Example

White with #3A5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,3); }

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

background-color css

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

 a { background-color: rgb(58,92,3); }

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

border-color css

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

 span { border-color: rgb(58,92,3); }

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