Html Css Color HEX #40863C Fern Green

📋 copy color: '#40863C'

red 64 ◦ green 134 ◦ blue 60

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

Shades of Fern Green #40863C

Tints of Fern Green #40863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.94%

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

R = 24.81%
G = 51.94%
B = 23.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#40863C (or 0x40863C) is known color: Fern Green. HEX triplet: 40, 86 and 3C. RGB value is (64,134,60). Sum of RGB (Red+Green+Blue) = 64+134+60=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #40863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40863C is #BF79C3. Grayscale: #686868. Windows color (decimal): -12548548 or 3966528. OLE color: 3966528.

HSL color Cylindrical-coordinate representation of color #40863C: hue angle of 116.76º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40863C is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 60 -
CMYK 0.52 0 0.55 0.47
HSL 116.76º 0.38% 0.38% -
HSV(B) 116.76º 0.55% 0.53% -
XYZ 11.46 18.47 7.24 -
YUV 104.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 64 134 60 0.52 0 0.55 0.47 116.76 0.38 0.38
Hex 40 86 3C 34 0 37 2F 75 26 26
Octal 100 206 74 64 0 67 57 165 46 46
Binary 1000000 10000110 111100 110100 0 110111 101111 1110101 100110 100110

Color Harmonies of #40863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40863C

Black with #40863C

Text Example


Text Example

White with #40863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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