#619490

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

Shades of Half Baked #619490

Tints of Half Baked #619490

Color information

#619490 (or 0x619490) is unknown color: approx Half Baked. HEX triplet: 61, 94 and 90. RGB value is (97,148,144). Sum of RGB (Red+Green+Blue) = 97+148+144=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #619490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619490 is #9E6B6F. Grayscale: #848484. Windows color (decimal): -10382192 or 9475169. OLE color: 9475169.

HSL color Cylindrical-coordinate representation of color #619490: hue angle of 175.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619490 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB97148144-
CMYK0.3400.030.42
HSL175.29º20.82%48.04%-
HSV(B)175.29º34.46%58.04%-
XYZ20.5525.7330.27-
YUV132.29134.6102.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 148 (58.20% from 255) = 38.05%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=24.94%
G=38.05%
B=37.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481440.3400.030.42175.2920.8248.04
Hex61949022032Aaf1530
Octal1412242204203522572560
Binary110000110010100100100001000100111010101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619490; }

 p { color: rgb(97,148,144); }

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

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

 a { background-color: rgb(97,148,144); }

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

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

 span { border-color: rgb(97,148,144); }

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