#65B378

Color #65B378 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65B378

Tints of Fern #65B378

Color information

#65B378 (or 0x65B378) is unknown color: approx Fern. HEX triplet: 65, B3 and 78. RGB value is (101,179,120). Sum of RGB (Red+Green+Blue) = 101+179+120=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #65B378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B378 is #9A4C87. Grayscale: #959595. Windows color (decimal): -10112136 or 7910245. OLE color: 7910245.

HSL color Cylindrical-coordinate representation of color #65B378: hue angle of 134.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B378 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB101179120-
CMYK0.4400.330.30
HSL134.62º33.91%54.9%-
HSV(B)134.62º43.58%70.2%-
XYZ24.8836.3623.48-
YUV148.95111.6693.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 120 (47.27% from 255) = 30%
R=25.25%
G=44.75%
B=30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791200.4400.330.30134.6233.9154.9
Hex65B3782C0211E872237
Octal14526317054041362074267
Binary110010110110011111100010110001000011111010000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B378; }

 p { color: rgb(101,179,120); }

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

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

 a { background-color: rgb(101,179,120); }

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

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

 span { border-color: rgb(101,179,120); }

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