Html Css Color HEX #538348 Fern Green

📋 copy color: '#538348'

red 83 ◦ green 131 ◦ blue 72

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

Shades of Fern Green #538348

Tints of Fern Green #538348

RGB

 RED value IS 83 (32.81% from 255) = 29.02%

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 29.02%
G = 45.8%
B = 25.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#538348 (or 0x538348) is known color: Fern Green. HEX triplet: 53, 83 and 48. RGB value is (83,131,72). Sum of RGB (Red+Green+Blue) = 83+131+72=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #538348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538348 is #AC7CB7. Grayscale: #6E6E6E. Windows color (decimal): -11304120 or 4752211. OLE color: 4752211.

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

Color convert

RGB 83 131 72 -
CMYK 0.37 0 0.45 0.49
HSL 108.81º 0.29% 0.4% -
HSV(B) 108.81º 0.45% 0.51% -
XYZ 12.85 18.54 9.03 -
YUV 109.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 83 131 72 0.37 0 0.45 0.49 108.81 0.29 0.4
Hex 53 83 48 25 0 2D 31 6D 1D 28
Octal 123 203 110 45 0 55 61 155 35 50
Binary 1010011 10000011 1001000 100101 0 101101 110001 1101101 11101 101000

Color Harmonies of #538348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538348

Black with #538348

Text Example


Text Example

White with #538348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538348; }

 p { color: rgb(83,131,72); }

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

background-color css

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

 a { background-color: rgb(83,131,72); }

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

border-color css

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

 span { border-color: rgb(83,131,72); }

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