#65B35D

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

Shades of Fern #65B35D

Tints of Fern #65B35D

Color information

#65B35D (or 0x65B35D) is unknown color: approx Fern. HEX triplet: 65, B3 and 5D. RGB value is (101,179,93). Sum of RGB (Red+Green+Blue) = 101+179+93=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #65B35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B35D is #9A4CA2. Grayscale: #929292. Windows color (decimal): -10112163 or 6140773. OLE color: 6140773.

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

Color convert

RGB10117993-
CMYK0.4400.480.30
HSL114.42º36.13%53.33%-
HSV(B)114.42º48.04%70.2%-
XYZ23.4635.816.03-
YUV145.8798.1695.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=27.08%
G=47.99%
B=24.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101179930.4400.480.30114.4236.1353.33
Hex65B35D2C0301E722435
Octal14526313554060361624465
Binary11001011011001110111011011000110000111101110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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