Html Css Color HEX #3B5A05 Verdun Green

📋 copy color: '#3B5A05'

red 59 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #3B5A05

Tints of Verdun Green #3B5A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.25%

R = 38.31%
G = 58.44%
B = 3.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#3B5A05 (or 0x3B5A05) is known color: Verdun Green. HEX triplet: 3B, 5A and 05. RGB value is (59,90,5). Sum of RGB (Red+Green+Blue) = 59+90+5=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5A05 is #C4A5FA. Grayscale: #474747. Windows color (decimal): -12887547 or 350779. OLE color: 350779.

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

Color convert

RGB 59 90 5 -
CMYK 0.34 0 0.94 0.65
HSL 81.88º 0.89% 0.19% -
HSV(B) 81.88º 0.94% 0.35% -
XYZ 5.49 8.25 1.45 -
YUV 71.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 59 90 5 0.34 0 0.94 0.65 81.88 0.89 0.19
Hex 3B 5A 5 22 0 5E 41 52 59 13
Octal 73 132 5 42 0 136 101 122 131 23
Binary 111011 1011010 101 100010 0 1011110 1000001 1010010 1011001 10011

Color Harmonies of #3B5A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5A05

Black with #3B5A05

Text Example


Text Example

White with #3B5A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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