#44906F

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

Shades of Viridian #44906F

Tints of Viridian #44906F

Color information

#44906F (or 0x44906F) is unknown color: approx Viridian. HEX triplet: 44, 90 and 6F. RGB value is (68,144,111). Sum of RGB (Red+Green+Blue) = 68+144+111=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #44906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44906F is #BB6F90. Grayscale: #757575. Windows color (decimal): -12283793 or 7311428. OLE color: 7311428.

HSL color Cylindrical-coordinate representation of color #44906F: hue angle of 153.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44906F is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB68144111-
CMYK0.5300.230.44
HSL153.95º35.85%41.57%-
HSV(B)153.95º52.78%56.47%-
XYZ15.2322.3218.55-
YUV117.51124.3292.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=21.05%
G=44.58%
B=34.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441110.5300.230.44153.9535.8541.57
Hex44906F350172C9a242a
Octal10422015765027542324452
Binary100010010010000110111111010101011110110010011010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44906F; }

 p { color: rgb(68,144,111); }

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

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

 a { background-color: rgb(68,144,111); }

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

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

 span { border-color: rgb(68,144,111); }

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