#3B8568

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

Shades of Viridian #3B8568

Tints of Viridian #3B8568

Color information

#3B8568 (or 0x3B8568) is unknown color: approx Viridian. HEX triplet: 3B, 85 and 68. RGB value is (59,133,104). Sum of RGB (Red+Green+Blue) = 59+133+104=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8568 is #C47A97. Grayscale: #6B6B6B. Windows color (decimal): -12876440 or 6849851. OLE color: 6849851.

HSL color Cylindrical-coordinate representation of color #3B8568: hue angle of 156.49º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8568 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB59133104-
CMYK0.5600.220.48
HSL156.49º38.54%37.65%-
HSV(B)156.49º55.64%52.16%-
XYZ12.6918.716.04-
YUV107.57125.9893.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=19.93%
G=44.93%
B=35.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591331040.5600.220.48156.4938.5437.65
Hex3B856838016309c2726
Octal7320515070026602344746
Binary11101110000101110100011100001011011000010011100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,104); }

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

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

 a { background-color: rgb(59,133,104); }

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

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

 span { border-color: rgb(59,133,104); }

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