Html Css Color HEX #3B6003 Verdun Green

📋 copy color: '#3B6003'

red 59 ◦ green 96 ◦ blue 3

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

Shades of Verdun Green #3B6003

Tints of Verdun Green #3B6003

RGB

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

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

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

R = 37.34%
G = 60.76%
B = 1.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#3B6003 (or 0x3B6003) is known color: Verdun Green. HEX triplet: 3B, 60 and 03. RGB value is (59,96,3). Sum of RGB (Red+Green+Blue) = 59+96+3=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6003 is #C49FFC. Grayscale: #4A4A4A. Windows color (decimal): -12886013 or 221243. OLE color: 221243.

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

Color convert

RGB 59 96 3 -
CMYK 0.39 0 0.97 0.62
HSL 83.87º 0.94% 0.19% -
HSV(B) 83.87º 0.97% 0.38% -
XYZ 6 9.3 1.57 -
YUV 74.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 59 96 3 0.39 0 0.97 0.62 83.87 0.94 0.19
Hex 3B 60 3 27 0 61 3E 54 5E 13
Octal 73 140 3 47 0 141 76 124 136 23
Binary 111011 1100000 11 100111 0 1100001 111110 1010100 1011110 10011

Color Harmonies of #3B6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6003

Black with #3B6003

Text Example


Text Example

White with #3B6003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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