Html Css Color HEX #3B4C01 Verdun Green

📋 copy color: '#3B4C01'

red 59 ◦ green 76 ◦ blue 1

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

Shades of Verdun Green #3B4C01

Tints of Verdun Green #3B4C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.88%

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

R = 43.38%
G = 55.88%
B = 0.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#3B4C01 (or 0x3B4C01) is known color: Verdun Green. HEX triplet: 3B, 4C and 01. RGB value is (59,76,1). Sum of RGB (Red+Green+Blue) = 59+76+1=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4C01 is #C4B3FE. Grayscale: #3E3E3E. Windows color (decimal): -12891135 or 85051. OLE color: 85051.

HSL color Cylindrical-coordinate representation of color #3B4C01: hue angle of 73.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B4C01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 76 1 -
CMYK 0.22 0 0.99 0.70
HSL 73.6º 0.97% 0.15% -
HSV(B) 73.6º 0.99% 0.3% -
XYZ 4.39 6.1 0.97 -
YUV 62.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 59 76 1 0.22 0 0.99 0.70 73.6 0.97 0.15
Hex 3B 4C 1 16 0 63 46 4A 61 F
Octal 73 114 1 26 0 143 106 112 141 17
Binary 111011 1001100 1 10110 0 1100011 1000110 1001010 1100001 1111

Color Harmonies of #3B4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4C01

Black with #3B4C01

Text Example


Text Example

White with #3B4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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