Html Css Color HEX #538141 Fern Green

📋 copy color: '#538141'

red 83 ◦ green 129 ◦ blue 65

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

Shades of Fern Green #538141

Tints of Fern Green #538141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 29.96%
G = 46.57%
B = 23.47%

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

#538141 (or 0x538141) is known color: Fern Green. HEX triplet: 53, 81 and 41. RGB value is (83,129,65). Sum of RGB (Red+Green+Blue) = 83+129+65=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #538141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538141 is #AC7EBE. Grayscale: #6C6C6C. Windows color (decimal): -11304639 or 4292947. OLE color: 4292947.

HSL color Cylindrical-coordinate representation of color #538141: hue angle of 103.12º 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 #538141 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 65 -
CMYK 0.36 0 0.50 0.49
HSL 103.13º 0.33% 0.38% -
HSV(B) 103.13º 0.5% 0.51% -
XYZ 12.37 17.92 7.81 -
YUV 107.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 83 129 65 0.36 0 0.50 0.49 103.13 0.33 0.38
Hex 53 81 41 24 0 32 31 67 21 26
Octal 123 201 101 44 0 62 61 147 41 46
Binary 1010011 10000001 1000001 100100 0 110010 110001 1100111 100001 100110

Color Harmonies of #538141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538141

Black with #538141

Text Example


Text Example

White with #538141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538141; }

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

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

background-color css

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

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

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

border-color css

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

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

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