Html Css Color HEX #3B5A01 Verdun Green

📋 copy color: '#3B5A01'

red 59 ◦ green 90 ◦ blue 1

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

Shades of Verdun Green #3B5A01

Tints of Verdun Green #3B5A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 39.33%
G = 60%
B = 0.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#3B5A01 (or 0x3B5A01) is known color: Verdun Green. HEX triplet: 3B, 5A and 01. RGB value is (59,90,1). Sum of RGB (Red+Green+Blue) = 59+90+1=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5A01 is #C4A5FE. Grayscale: #464646. Windows color (decimal): -12887551 or 88635. OLE color: 88635.

HSL color Cylindrical-coordinate representation of color #3B5A01: hue angle of 80.9º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B5A01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 90 1 -
CMYK 0.34 0 0.99 0.65
HSL 80.9º 0.98% 0.18% -
HSV(B) 80.9º 0.99% 0.35% -
XYZ 5.47 8.24 1.33 -
YUV 70.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 59 90 1 0.34 0 0.99 0.65 80.9 0.98 0.18
Hex 3B 5A 1 22 0 63 41 51 62 12
Octal 73 132 1 42 0 143 101 121 142 22
Binary 111011 1011010 1 100010 0 1100011 1000001 1010001 1100010 10010

Color Harmonies of #3B5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5A01

Black with #3B5A01

Text Example


Text Example

White with #3B5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,90,1); }

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

background-color css

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

 a { background-color: rgb(59,90,1); }

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

border-color css

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

 span { border-color: rgb(59,90,1); }

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