#438377

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

Shades of Viridian #438377

Tints of Viridian #438377

Color information

#438377 (or 0x438377) is unknown color: approx Viridian. HEX triplet: 43, 83 and 77. RGB value is (67,131,119). Sum of RGB (Red+Green+Blue) = 67+131+119=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #438377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438377 is #BC7C88. Grayscale: #6E6E6E. Windows color (decimal): -12352649 or 7832387. OLE color: 7832387.

HSL color Cylindrical-coordinate representation of color #438377: hue angle of 168.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #438377 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB67131119-
CMYK0.4900.090.49
HSL168.75º32.32%38.82%-
HSV(B)168.75º48.85%51.37%-
XYZ13.7618.7620.35-
YUV110.5132.896.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.14%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=21.14%
G=41.32%
B=37.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671311190.4900.090.49168.7532.3238.82
Hex438377310931a92027
Octal10320316761011612514047
Binary10000111000001111101111100010100111000110101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438377; }

 p { color: rgb(67,131,119); }

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

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

 a { background-color: rgb(67,131,119); }

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

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

 span { border-color: rgb(67,131,119); }

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