#447765

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

Shades of Viridian #447765

Tints of Viridian #447765

Color information

#447765 (or 0x447765) is unknown color: approx Viridian. HEX triplet: 44, 77 and 65. RGB value is (68,119,101). Sum of RGB (Red+Green+Blue) = 68+119+101=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #447765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447765 is #BB889A. Grayscale: #656565. Windows color (decimal): -12290203 or 6649668. OLE color: 6649668.

HSL color Cylindrical-coordinate representation of color #447765: hue angle of 158.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447765 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB68119101-
CMYK0.4300.150.53
HSL158.82º27.27%36.67%-
HSV(B)158.82º42.86%46.67%-
XYZ11.3315.3614.68-
YUV101.7127.6103.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=23.61%
G=41.32%
B=35.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal681191010.4300.150.53158.8227.2736.67
Hex4477652B0F359f1b25
Octal10416714553017652373345
Binary100010011101111100101101011011111101011001111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447765; }

 p { color: rgb(68,119,101); }

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

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

 a { background-color: rgb(68,119,101); }

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

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

 span { border-color: rgb(68,119,101); }

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