Html Css Color HEX #40813C Fern Green

📋 copy color: '#40813C'

red 64 ◦ green 129 ◦ blue 60

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

Shades of Fern Green #40813C

Tints of Fern Green #40813C

RGB

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

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

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

R = 25.3%
G = 50.99%
B = 23.72%

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

#40813C (or 0x40813C) is known color: Fern Green. HEX triplet: 40, 81 and 3C. RGB value is (64,129,60). Sum of RGB (Red+Green+Blue) = 64+129+60=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #40813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40813C is #BF7EC3. Grayscale: #656565. Windows color (decimal): -12549828 or 3965248. OLE color: 3965248.

HSL color Cylindrical-coordinate representation of color #40813C: hue angle of 116.52º degrees, saturation: 0.37, 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 #40813C is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 60 -
CMYK 0.50 0 0.53 0.49
HSL 116.52º 0.37% 0.37% -
HSV(B) 116.52º 0.53% 0.51% -
XYZ 10.78 17.12 7.01 -
YUV 101.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 64 129 60 0.50 0 0.53 0.49 116.52 0.37 0.37
Hex 40 81 3C 32 0 35 31 75 25 25
Octal 100 201 74 62 0 65 61 165 45 45
Binary 1000000 10000001 111100 110010 0 110101 110001 1110101 100101 100101

Color Harmonies of #40813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40813C

Black with #40813C

Text Example


Text Example

White with #40813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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