#438777

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

Shades of Viridian #438777

Tints of Viridian #438777

Color information

#438777 (or 0x438777) is unknown color: approx Viridian. HEX triplet: 43, 87 and 77. RGB value is (67,135,119). Sum of RGB (Red+Green+Blue) = 67+135+119=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #438777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438777 is #BC7888. Grayscale: #707070. Windows color (decimal): -12351625 or 7833411. OLE color: 7833411.

HSL color Cylindrical-coordinate representation of color #438777: hue angle of 165.88º 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 #438777 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB67135119-
CMYK0.5000.120.47
HSL165.88º33.66%39.61%-
HSV(B)165.88º50.37%52.94%-
XYZ14.3119.8520.53-
YUV112.84131.4795.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=20.87%
G=42.06%
B=37.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671351190.5000.120.47165.8833.6639.61
Hex438777320C2Fa62228
Octal10320716762014572464250
Binary10000111000011111101111100100110010111110100110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438777; }

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

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

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

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

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

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

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

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