Html Css Color HEX #40823D Fern Green

📋 copy color: '#40823D'

red 64 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #40823D

Tints of Fern Green #40823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 25.1%
G = 50.98%
B = 23.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#40823D (or 0x40823D) is known color: Fern Green. HEX triplet: 40, 82 and 3D. RGB value is (64,130,61). Sum of RGB (Red+Green+Blue) = 64+130+61=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #40823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40823D is #BF7DC2. Grayscale: #666666. Windows color (decimal): -12549571 or 4031040. OLE color: 4031040.

HSL color Cylindrical-coordinate representation of color #40823D: hue angle of 117.39º 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 #40823D is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 61 -
CMYK 0.51 0 0.53 0.49
HSL 117.39º 0.36% 0.37% -
HSV(B) 117.39º 0.53% 0.51% -
XYZ 10.94 17.39 7.2 -
YUV 102.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 64 130 61 0.51 0 0.53 0.49 117.39 0.36 0.37
Hex 40 82 3D 33 0 35 31 75 24 25
Octal 100 202 75 63 0 65 61 165 44 45
Binary 1000000 10000010 111101 110011 0 110101 110001 1110101 100100 100101

Color Harmonies of #40823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40823D

Black with #40823D

Text Example


Text Example

White with #40823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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