#438669

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

Shades of Viridian #438669

Tints of Viridian #438669

Color information

#438669 (or 0x438669) is unknown color: approx Viridian. HEX triplet: 43, 86 and 69. RGB value is (67,134,105). Sum of RGB (Red+Green+Blue) = 67+134+105=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #438669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438669 is #BC7996. Grayscale: #6E6E6E. Windows color (decimal): -12351895 or 6915651. OLE color: 6915651.

HSL color Cylindrical-coordinate representation of color #438669: hue angle of 154.03º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438669 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB67134105-
CMYK0.500.220.47
HSL154.03º33.33%39.41%-
HSV(B)154.03º50%52.55%-
XYZ13.3919.2616.38-
YUV110.66124.896.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=21.90%
G=43.79%
B=34.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671341050.500.220.47154.0333.3339.41
Hex438669320162F9a2127
Octal10320615162026572324147
Binary100001110000110110100111001001011010111110011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438669; }

 p { color: rgb(67,134,105); }

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

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

 a { background-color: rgb(67,134,105); }

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

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

 span { border-color: rgb(67,134,105); }

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