Html Css Color HEX #40803D Fern Green

📋 copy color: '#40803D'

red 64 ◦ green 128 ◦ blue 61

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

Shades of Fern Green #40803D

Tints of Fern Green #40803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

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

R = 25.3%
G = 50.59%
B = 24.11%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#40803D (or 0x40803D) is known color: Fern Green. HEX triplet: 40, 80 and 3D. RGB value is (64,128,61). Sum of RGB (Red+Green+Blue) = 64+128+61=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #40803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40803D is #BF7FC2. Grayscale: #656565. Windows color (decimal): -12550083 or 4030528. OLE color: 4030528.

HSL color Cylindrical-coordinate representation of color #40803D: hue angle of 117.31º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40803D is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 61 -
CMYK 0.5 0 0.52 0.50
HSL 117.31º 0.35% 0.37% -
HSV(B) 117.31º 0.52% 0.5% -
XYZ 10.68 16.87 7.11 -
YUV 101.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 64 128 61 0.5 0 0.52 0.50 117.31 0.35 0.37
Hex 40 80 3D 32 0 34 32 75 23 25
Octal 100 200 75 62 0 64 62 165 43 45
Binary 1000000 10000000 111101 110010 0 110100 110010 1110101 100011 100101

Color Harmonies of #40803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40803D

Black with #40803D

Text Example


Text Example

White with #40803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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