#629493

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

Shades of Half Baked #629493

Tints of Half Baked #629493

Color information

#629493 (or 0x629493) is unknown color: approx Half Baked. HEX triplet: 62, 94 and 93. RGB value is (98,148,147). Sum of RGB (Red+Green+Blue) = 98+148+147=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #629493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629493 is #9D6B6C. Grayscale: #848484. Windows color (decimal): -10316653 or 9671778. OLE color: 9671778.

HSL color Cylindrical-coordinate representation of color #629493: hue angle of 178.8º degrees, saturation: 0.2, 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 #629493 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB98148147-
CMYK0.3400.010.42
HSL178.8º20.33%48.24%-
HSV(B)178.8º33.78%58.04%-
XYZ20.8925.8831.5-
YUV132.94135.94103.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=24.94%
G=37.66%
B=37.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481470.3400.010.42178.820.3348.24
Hex62949322012Ab31430
Octal1422242234201522632460
Binary11000101001010010010011100010011010101011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629493; }

 p { color: rgb(98,148,147); }

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

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

 a { background-color: rgb(98,148,147); }

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

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

 span { border-color: rgb(98,148,147); }

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