#358767

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

Shades of Viridian #358767

Tints of Viridian #358767

Color information

#358767 (or 0x358767) is unknown color: approx Viridian. HEX triplet: 35, 87 and 67. RGB value is (53,135,103). Sum of RGB (Red+Green+Blue) = 53+135+103=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #358767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358767 is #CA7898. Grayscale: #6A6A6A. Windows color (decimal): -13269145 or 6784821. OLE color: 6784821.

HSL color Cylindrical-coordinate representation of color #358767: hue angle of 156.59º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358767 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB53135103-
CMYK0.6100.240.47
HSL156.59º43.62%36.86%-
HSV(B)156.59º60.74%52.94%-
XYZ12.5819.0615.85-
YUV106.83125.8389.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=18.21%
G=46.39%
B=35.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351030.6100.240.47156.5943.6236.86
Hex3587673D0182F9d2c25
Octal6520714775030572355445
Binary11010110000111110011111110101100010111110011101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358767; }

 p { color: rgb(53,135,103); }

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

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

 a { background-color: rgb(53,135,103); }

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

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

 span { border-color: rgb(53,135,103); }

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