Html Css Color HEX #3B6002 Verdun Green

📋 copy color: '#3B6002'

red 59 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #3B6002

Tints of Verdun Green #3B6002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 37.58%
G = 61.15%
B = 1.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#3B6002 (or 0x3B6002) is known color: Verdun Green. HEX triplet: 3B, 60 and 02. RGB value is (59,96,2). Sum of RGB (Red+Green+Blue) = 59+96+2=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6002 is #C49FFD. Grayscale: #4A4A4A. Windows color (decimal): -12886014 or 155707. OLE color: 155707.

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

Color convert

RGB 59 96 2 -
CMYK 0.39 0 0.98 0.62
HSL 83.62º 0.96% 0.19% -
HSV(B) 83.62º 0.98% 0.38% -
XYZ 6 9.3 1.54 -
YUV 74.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 59 96 2 0.39 0 0.98 0.62 83.62 0.96 0.19
Hex 3B 60 2 27 0 62 3E 54 60 13
Octal 73 140 2 47 0 142 76 124 140 23
Binary 111011 1100000 10 100111 0 1100010 111110 1010100 1100000 10011

Color Harmonies of #3B6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6002

Black with #3B6002

Text Example


Text Example

White with #3B6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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