Html Css Color HEX #3B5403 Verdun Green

📋 copy color: '#3B5403'

red 59 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #3B5403

Tints of Verdun Green #3B5403

RGB

 RED value IS 59 (23.44% from 255) = 40.41%

 GREEN value IS 84 (33.2% from 255) = 57.53%

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

R = 40.41%
G = 57.53%
B = 2.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#3B5403 (or 0x3B5403) is known color: Verdun Green. HEX triplet: 3B, 54 and 03. RGB value is (59,84,3). Sum of RGB (Red+Green+Blue) = 59+84+3=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5403 is #C4ABFC. Grayscale: #434343. Windows color (decimal): -12889085 or 218171. OLE color: 218171.

HSL color Cylindrical-coordinate representation of color #3B5403: hue angle of 78.52º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B5403 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 84 3 -
CMYK 0.30 0 0.96 0.67
HSL 78.52º 0.93% 0.17% -
HSV(B) 78.52º 0.96% 0.33% -
XYZ 4.99 7.28 1.23 -
YUV 67.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 59 84 3 0.30 0 0.96 0.67 78.52 0.93 0.17
Hex 3B 54 3 1E 0 60 43 4F 5D 11
Octal 73 124 3 36 0 140 103 117 135 21
Binary 111011 1010100 11 11110 0 1100000 1000011 1001111 1011101 10001

Color Harmonies of #3B5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5403

Black with #3B5403

Text Example


Text Example

White with #3B5403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,84,3); }

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

background-color css

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

 a { background-color: rgb(59,84,3); }

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

border-color css

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

 span { border-color: rgb(59,84,3); }

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