#619292

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

Shades of Half Baked #619292

Tints of Half Baked #619292

Color information

#619292 (or 0x619292) is unknown color: approx Half Baked. HEX triplet: 61, 92 and 92. RGB value is (97,146,146). Sum of RGB (Red+Green+Blue) = 97+146+146=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #619292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619292 is #9E6D6D. Grayscale: #838383. Windows color (decimal): -10382702 or 9605729. OLE color: 9605729.

HSL color Cylindrical-coordinate representation of color #619292: hue angle of 180º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619292 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97146146-
CMYK0.34000.43
HSL180º20.16%47.65%-
HSV(B)180º33.56%57.25%-
XYZ20.425.1730.98-
YUV131.35136.27103.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=24.94%
G=37.53%
B=37.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971461460.34000.4318020.1647.65
Hex61929222002Bb41430
Octal1412222224200532642460
Binary11000011001001010010010100010001010111011010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619292; }

 p { color: rgb(97,146,146); }

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

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

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

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

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

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

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