#438865

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

Shades of Viridian #438865

Tints of Viridian #438865

Color information

#438865 (or 0x438865) is unknown color: approx Viridian. HEX triplet: 43, 88 and 65. RGB value is (67,136,101). Sum of RGB (Red+Green+Blue) = 67+136+101=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #438865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438865 is #BC779A. Grayscale: #6F6F6F. Windows color (decimal): -12351387 or 6654019. OLE color: 6654019.

HSL color Cylindrical-coordinate representation of color #438865: hue angle of 149.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438865 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB67136101-
CMYK0.5100.260.47
HSL149.57º33.99%39.8%-
HSV(B)149.57º50.74%53.33%-
XYZ13.4719.7415.41-
YUV111.38122.1496.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.04%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=22.04%
G=44.74%
B=33.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671361010.5100.260.47149.5733.9939.8
Hex4388653301A2F962228
Octal10321014563032572264250
Binary100001110001000110010111001101101010111110010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438865; }

 p { color: rgb(67,136,101); }

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

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

 a { background-color: rgb(67,136,101); }

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

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

 span { border-color: rgb(67,136,101); }

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