#438965

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

Shades of Viridian #438965

Tints of Viridian #438965

Color information

#438965 (or 0x438965) is unknown color: approx Viridian. HEX triplet: 43, 89 and 65. RGB value is (67,137,101). Sum of RGB (Red+Green+Blue) = 67+137+101=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #438965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438965 is #BC769A. Grayscale: #707070. Windows color (decimal): -12351131 or 6654275. OLE color: 6654275.

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

Color convert

RGB67137101-
CMYK0.5100.260.46
HSL149.14º34.31%40%-
HSV(B)149.14º51.09%53.73%-
XYZ13.6120.0215.46-
YUV111.97121.8195.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.97%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=21.97%
G=44.92%
B=33.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal671371010.5100.260.46149.1434.3140
Hex4389653301A2E952228
Octal10321114563032562254250
Binary100001110001001110010111001101101010111010010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438965; }

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

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

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

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

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

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

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

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