#3B9277

Color #3B9277 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #3B9277

Tints of Viridian #3B9277

Color information

#3B9277 (or 0x3B9277) is unknown color: approx Viridian. HEX triplet: 3B, 92 and 77. RGB value is (59,146,119). Sum of RGB (Red+Green+Blue) = 59+146+119=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9277 is #C46D88. Grayscale: #747474. Windows color (decimal): -12873097 or 7836219. OLE color: 7836219.

HSL color Cylindrical-coordinate representation of color #3B9277: hue angle of 161.38º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9277 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB59146119-
CMYK0.6000.180.43
HSL161.38º42.44%40.2%-
HSV(B)161.38º59.59%57.25%-
XYZ15.4122.8221.05-
YUV116.91129.1886.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=18.21%
G=45.06%
B=36.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461190.6000.180.43161.3842.4440.2
Hex3B92773C0122Ba12a28
Octal7322216774022532415250
Binary11101110010010111011111110001001010101110100001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,146,119); }

 H1.HeaderClassName
 {
   color: #3B9277;
 }
 .AnyTagClassName
 {
   color: #3B9277;
 }
</style>
background-color css

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

 a { background-color: rgb(59,146,119); }

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

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

 span { border-color: rgb(59,146,119); }

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