#358965

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

Shades of Viridian #358965

Tints of Viridian #358965

Color information

#358965 (or 0x358965) is unknown color: approx Viridian. HEX triplet: 35, 89 and 65. RGB value is (53,137,101). Sum of RGB (Red+Green+Blue) = 53+137+101=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #358965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358965 is #CA769A. Grayscale: #6B6B6B. Windows color (decimal): -13268635 or 6654261. OLE color: 6654261.

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

Color convert

RGB53137101-
CMYK0.6100.260.46
HSL154.29º44.21%37.25%-
HSV(B)154.29º61.31%53.73%-
XYZ12.7619.5915.42-
YUV107.78124.1788.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=18.21%
G=47.08%
B=34.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371010.6100.260.46154.2944.2137.25
Hex3589653D01A2E9a2c25
Octal6521114575032562325445
Binary11010110001001110010111110101101010111010011010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358965; }

 p { color: rgb(53,137,101); }

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

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

 a { background-color: rgb(53,137,101); }

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

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

 span { border-color: rgb(53,137,101); }

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