Html Css Color HEX #40823C Fern Green

📋 copy color: '#40823C'

red 64 ◦ green 130 ◦ blue 60

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

Shades of Fern Green #40823C

Tints of Fern Green #40823C

RGB

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

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

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

R = 25.2%
G = 51.18%
B = 23.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#40823C (or 0x40823C) is known color: Fern Green. HEX triplet: 40, 82 and 3C. RGB value is (64,130,60). Sum of RGB (Red+Green+Blue) = 64+130+60=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #40823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40823C is #BF7DC3. Grayscale: #666666. Windows color (decimal): -12549572 or 3965504. OLE color: 3965504.

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

Color convert

RGB 64 130 60 -
CMYK 0.51 0 0.54 0.49
HSL 116.57º 0.37% 0.37% -
HSV(B) 116.57º 0.54% 0.51% -
XYZ 10.91 17.38 7.05 -
YUV 102.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 64 130 60 0.51 0 0.54 0.49 116.57 0.37 0.37
Hex 40 82 3C 33 0 36 31 75 25 25
Octal 100 202 74 63 0 66 61 165 45 45
Binary 1000000 10000010 111100 110011 0 110110 110001 1110101 100101 100101

Color Harmonies of #40823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40823C

Black with #40823C

Text Example


Text Example

White with #40823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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