Html Css Color HEX #40813D Fern Green

📋 copy color: '#40813D'

red 64 ◦ green 129 ◦ blue 61

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

Shades of Fern Green #40813D

Tints of Fern Green #40813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 25.2%
G = 50.79%
B = 24.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#40813D (or 0x40813D) is known color: Fern Green. HEX triplet: 40, 81 and 3D. RGB value is (64,129,61). Sum of RGB (Red+Green+Blue) = 64+129+61=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #40813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40813D is #BF7EC2. Grayscale: #666666. Windows color (decimal): -12549827 or 4030784. OLE color: 4030784.

HSL color Cylindrical-coordinate representation of color #40813D: hue angle of 117.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40813D is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 61 -
CMYK 0.50 0 0.53 0.49
HSL 117.35º 0.36% 0.37% -
HSV(B) 117.35º 0.53% 0.51% -
XYZ 10.81 17.13 7.15 -
YUV 101.81 104.97 101.03 -
System Red Green Blue C M Y K H S L
Decimal 64 129 61 0.50 0 0.53 0.49 117.35 0.36 0.37
Hex 40 81 3D 32 0 35 31 75 24 25
Octal 100 201 75 62 0 65 61 165 44 45
Binary 1000000 10000001 111101 110010 0 110101 110001 1110101 100100 100101

Color Harmonies of #40813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40813D

Black with #40813D

Text Example


Text Example

White with #40813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,129,61); }

 H1.HeaderClassName
 {
   color: #40813D;
 }
 .AnyTagClassName
 {
   color: #40813D;
 }
</style>

background-color css

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

 a { background-color: rgb(64,129,61); }

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

border-color css

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

 span { border-color: rgb(64,129,61); }

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