#438769

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

Shades of Viridian #438769

Tints of Viridian #438769

Color information

#438769 (or 0x438769) is unknown color: approx Viridian. HEX triplet: 43, 87 and 69. RGB value is (67,135,105). Sum of RGB (Red+Green+Blue) = 67+135+105=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #438769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438769 is #BC7896. Grayscale: #6F6F6F. Windows color (decimal): -12351639 or 6915907. OLE color: 6915907.

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

Color convert

RGB67135105-
CMYK0.5000.220.47
HSL153.53º33.66%39.61%-
HSV(B)153.53º50.37%52.94%-
XYZ13.5319.5416.42-
YUV111.25124.4796.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=21.82%
G=43.97%
B=34.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671351050.5000.220.47153.5333.6639.61
Hex438769320162F9a2228
Octal10320715162026572324250
Binary100001110000111110100111001001011010111110011010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438769; }

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

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

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

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

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

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

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

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