#64C094

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

Shades of Silver Tree #64C094

Tints of Silver Tree #64C094

Color information

#64C094 (or 0x64C094) is unknown color: approx Silver Tree. HEX triplet: 64, C0 and 94. RGB value is (100,192,148). Sum of RGB (Red+Green+Blue) = 100+192+148=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #64C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C094 is #9B3F6B. Grayscale: #9F9F9F. Windows color (decimal): -10174316 or 9748580. OLE color: 9748580.

HSL color Cylindrical-coordinate representation of color #64C094: hue angle of 151.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C094 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB100192148-
CMYK0.4800.230.25
HSL151.3º42.2%57.25%-
HSV(B)151.3º47.92%75.29%-
XYZ29.4542.5534.68-
YUV159.48121.5285.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=22.73%
G=43.64%
B=33.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921480.4800.230.25151.342.257.25
Hex64C0943001719972a39
Octal14430022460027312275271
Binary110010011000000100101001100000101111100110010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C094; }

 p { color: rgb(100,192,148); }

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

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

 a { background-color: rgb(100,192,148); }

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

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

 span { border-color: rgb(100,192,148); }

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