Html Css Color HEX #508443 Fern Green

📋 copy color: '#508443'

red 80 ◦ green 132 ◦ blue 67

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

Shades of Fern Green #508443

Tints of Fern Green #508443

RGB

 RED value IS 80 (31.64% from 255) = 28.67%

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 28.67%
G = 47.31%
B = 24.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#508443 (or 0x508443) is known color: Fern Green. HEX triplet: 50, 84 and 43. RGB value is (80,132,67). Sum of RGB (Red+Green+Blue) = 80+132+67=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #508443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508443 is #AF7BBC. Grayscale: #6D6D6D. Windows color (decimal): -11500477 or 4424784. OLE color: 4424784.

HSL color Cylindrical-coordinate representation of color #508443: hue angle of 108º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508443 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 67 -
CMYK 0.39 0 0.49 0.48
HSL 108º 0.33% 0.39% -
HSV(B) 108º 0.49% 0.52% -
XYZ 12.57 18.61 8.24 -
YUV 109.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 80 132 67 0.39 0 0.49 0.48 108 0.33 0.39
Hex 50 84 43 27 0 31 30 6C 21 27
Octal 120 204 103 47 0 61 60 154 41 47
Binary 1010000 10000100 1000011 100111 0 110001 110000 1101100 100001 100111

Color Harmonies of #508443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508443

Black with #508443

Text Example


Text Example

White with #508443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508443; }

 p { color: rgb(80,132,67); }

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

background-color css

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

 a { background-color: rgb(80,132,67); }

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

border-color css

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

 span { border-color: rgb(80,132,67); }

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