Html Css Color HEX #40773B Fern Green

📋 copy color: '#40773B'

red 64 ◦ green 119 ◦ blue 59

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

Shades of Fern Green #40773B

Tints of Fern Green #40773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 26.45%
G = 49.17%
B = 24.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#40773B (or 0x40773B) is known color: Fern Green. HEX triplet: 40, 77 and 3B. RGB value is (64,119,59). Sum of RGB (Red+Green+Blue) = 64+119+59=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #40773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773B is #BF88C4. Grayscale: #5F5F5F. Windows color (decimal): -12552389 or 3897152. OLE color: 3897152.

HSL color Cylindrical-coordinate representation of color #40773B: hue angle of 115º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40773B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 59 -
CMYK 0.46 0 0.50 0.53
HSL 115º 0.34% 0.35% -
HSV(B) 115º 0.5% 0.47% -
XYZ 9.5 14.6 6.45 -
YUV 95.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 64 119 59 0.46 0 0.50 0.53 115 0.34 0.35
Hex 40 77 3B 2E 0 32 35 73 22 23
Octal 100 167 73 56 0 62 65 163 42 43
Binary 1000000 1110111 111011 101110 0 110010 110101 1110011 100010 100011

Color Harmonies of #40773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40773B

Black with #40773B

Text Example


Text Example

White with #40773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40773B; }

 p { color: rgb(64,119,59); }

 H1.HeaderClassName
 {
   color: #40773B;
 }
 .AnyTagClassName
 {
   color: #40773B;
 }
</style>

background-color css

<style>
 a { background-color: #40773B; }

 a { background-color: rgb(64,119,59); }

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

border-color css

<style>
 span { border-color: #40773B; }

 span { border-color: rgb(64,119,59); }

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