#3B8867

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

Shades of Viridian #3B8867

Tints of Viridian #3B8867

Color information

#3B8867 (or 0x3B8867) is unknown color: approx Viridian. HEX triplet: 3B, 88 and 67. RGB value is (59,136,103). Sum of RGB (Red+Green+Blue) = 59+136+103=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #3B8867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8867 is #C47798. Grayscale: #6D6D6D. Windows color (decimal): -12875673 or 6785083. OLE color: 6785083.

HSL color Cylindrical-coordinate representation of color #3B8867: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8867 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB59136103-
CMYK0.5700.240.47
HSL154.29º39.49%38.24%-
HSV(B)154.29º56.62%53.33%-
XYZ13.0619.5215.91-
YUV109.21124.4992.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=19.80%
G=45.64%
B=34.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591361030.5700.240.47154.2939.4938.24
Hex3B8867390182F9a2726
Octal7321014771030572324746
Binary11101110001000110011111100101100010111110011010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,136,103); }

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

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

 a { background-color: rgb(59,136,103); }

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

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

 span { border-color: rgb(59,136,103); }

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