Html Css Color HEX #40753C Fern Green

📋 copy color: '#40753C'

red 64 ◦ green 117 ◦ blue 60

#40753C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #40753C

Tints of Fern Green #40753C

RGB

 RED value IS 64 (25.39% from 255) = 26.56%

 GREEN value IS 117 (46.09% from 255) = 48.55%

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 26.56%
G = 48.55%
B = 24.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#40753C (or 0x40753C) is known color: Fern Green. HEX triplet: 40, 75 and 3C. RGB value is (64,117,60). Sum of RGB (Red+Green+Blue) = 64+117+60=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #40753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40753C is #BF8AC3. Grayscale: #5E5E5E. Windows color (decimal): -12552900 or 3962176. OLE color: 3962176.

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

Color convert

RGB 64 117 60 -
CMYK 0.45 0 0.49 0.54
HSL 115.79º 0.32% 0.35% -
HSV(B) 115.79º 0.49% 0.46% -
XYZ 9.29 14.14 6.51 -
YUV 94.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 64 117 60 0.45 0 0.49 0.54 115.79 0.32 0.35
Hex 40 75 3C 2D 0 31 36 74 20 23
Octal 100 165 74 55 0 61 66 164 40 43
Binary 1000000 1110101 111100 101101 0 110001 110110 1110100 100000 100011

Color Harmonies of #40753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40753C

Black with #40753C

Text Example


Text Example

White with #40753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40753C; }

 p { color: rgb(64,117,60); }

 H1.HeaderClassName
 {
   color: #40753C;
 }
 .AnyTagClassName
 {
   color: #40753C;
 }
</style>

background-color css

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

 a { background-color: rgb(64,117,60); }

 div.DivClassName
 {
   background-color: #40753C;
 }
 .BgClassName
 {
   background-color: #40753C;
 }
</style>

border-color css

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

 span { border-color: rgb(64,117,60); }

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