#35856B

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

Shades of Viridian #35856B

Tints of Viridian #35856B

Color information

#35856B (or 0x35856B) is unknown color: approx Viridian. HEX triplet: 35, 85 and 6B. RGB value is (53,133,107). Sum of RGB (Red+Green+Blue) = 53+133+107=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #35856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35856B is #CA7A94. Grayscale: #6A6A6A. Windows color (decimal): -13269653 or 7046453. OLE color: 7046453.

HSL color Cylindrical-coordinate representation of color #35856B: hue angle of 160.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35856B is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB53133107-
CMYK0.6000.200.48
HSL160.5º43.01%36.47%-
HSV(B)160.5º60.15%52.16%-
XYZ12.5118.5916.84-
YUV106.12128.590.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=18.09%
G=45.39%
B=36.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531331070.6000.200.48160.543.0136.47
Hex35856B3C01430a02b24
Octal6520515374024602405344
Binary11010110000101110101111110001010011000010100000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35856B; }

 p { color: rgb(53,133,107); }

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

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

 a { background-color: rgb(53,133,107); }

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

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

 span { border-color: rgb(53,133,107); }

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