#45763D

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

Shades of Fern Green #45763D

Tints of Fern Green #45763D

Color information

#45763D (or 0x45763D) is unknown color: approx Fern Green. HEX triplet: 45, 76 and 3D. RGB value is (69,118,61). Sum of RGB (Red+Green+Blue) = 69+118+61=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #45763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45763D is #BA89C2. Grayscale: #616161. Windows color (decimal): -12224963 or 4027973. OLE color: 4027973.

HSL color Cylindrical-coordinate representation of color #45763D: hue angle of 111.58º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45763D is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB6911861-
CMYK0.4200.480.54
HSL111.58º31.84%35.1%-
HSV(B)111.58º48.31%46.27%-
XYZ9.7714.566.71-
YUV96.85107.77108.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=27.82%
G=47.58%
B=24.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118610.4200.480.54111.5831.8435.1
Hex45763D2A03036702023
Octal1051667552060661604043
Binary1000101111011011110110101001100001101101110000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45763D; }

 p { color: rgb(69,118,61); }

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

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

 a { background-color: rgb(69,118,61); }

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

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

 span { border-color: rgb(69,118,61); }

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