#438570

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

Shades of Viridian #438570

Tints of Viridian #438570

Color information

#438570 (or 0x438570) is unknown color: approx Viridian. HEX triplet: 43, 85 and 70. RGB value is (67,133,112). Sum of RGB (Red+Green+Blue) = 67+133+112=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #438570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438570 is #BC7A8F. Grayscale: #6E6E6E. Windows color (decimal): -12352144 or 7374147. OLE color: 7374147.

HSL color Cylindrical-coordinate representation of color #438570: hue angle of 160.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438570 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB67133112-
CMYK0.5000.160.48
HSL160.91º33%39.22%-
HSV(B)160.91º49.62%52.16%-
XYZ13.6319.1418.31-
YUV110.87128.6396.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=21.47%
G=42.63%
B=35.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671331120.5000.160.48160.913339.22
Hex4385703201030a12127
Octal10320516062020602414147
Binary100001110000101111000011001001000011000010100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438570; }

 p { color: rgb(67,133,112); }

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

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

 a { background-color: rgb(67,133,112); }

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

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

 span { border-color: rgb(67,133,112); }

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