Html Css Color HEX #538241 Fern Green

📋 copy color: '#538241'

red 83 ◦ green 130 ◦ blue 65

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

Shades of Fern Green #538241

Tints of Fern Green #538241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 29.86%
G = 46.76%
B = 23.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#538241 (or 0x538241) is known color: Fern Green. HEX triplet: 53, 82 and 41. RGB value is (83,130,65). Sum of RGB (Red+Green+Blue) = 83+130+65=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #538241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538241 is #AC7DBE. Grayscale: #6C6C6C. Windows color (decimal): -11304383 or 4293203. OLE color: 4293203.

HSL color Cylindrical-coordinate representation of color #538241: hue angle of 103.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #538241 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 65 -
CMYK 0.36 0 0.50 0.49
HSL 103.38º 0.33% 0.38% -
HSV(B) 103.38º 0.5% 0.51% -
XYZ 12.5 18.19 7.85 -
YUV 108.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 83 130 65 0.36 0 0.50 0.49 103.38 0.33 0.38
Hex 53 82 41 24 0 32 31 67 21 26
Octal 123 202 101 44 0 62 61 147 41 46
Binary 1010011 10000010 1000001 100100 0 110010 110001 1100111 100001 100110

Color Harmonies of #538241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538241

Black with #538241

Text Example


Text Example

White with #538241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538241; }

 p { color: rgb(83,130,65); }

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

background-color css

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

 a { background-color: rgb(83,130,65); }

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

border-color css

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

 span { border-color: rgb(83,130,65); }

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