Html Css Color HEX #538341 Fern Green

📋 copy color: '#538341'

red 83 ◦ green 131 ◦ blue 65

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

Shades of Fern Green #538341

Tints of Fern Green #538341

RGB

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

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

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

R = 29.75%
G = 46.95%
B = 23.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#538341 (or 0x538341) is known color: Fern Green. HEX triplet: 53, 83 and 41. RGB value is (83,131,65). Sum of RGB (Red+Green+Blue) = 83+131+65=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #538341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538341 is #AC7CBE. Grayscale: #6D6D6D. Windows color (decimal): -11304127 or 4293459. OLE color: 4293459.

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

Color convert

RGB 83 131 65 -
CMYK 0.37 0 0.50 0.49
HSL 103.64º 0.34% 0.38% -
HSV(B) 103.64º 0.5% 0.51% -
XYZ 12.64 18.45 7.9 -
YUV 109.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 83 131 65 0.37 0 0.50 0.49 103.64 0.34 0.38
Hex 53 83 41 25 0 32 31 68 22 26
Octal 123 203 101 45 0 62 61 150 42 46
Binary 1010011 10000011 1000001 100101 0 110010 110001 1101000 100010 100110

Color Harmonies of #538341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538341

Black with #538341

Text Example


Text Example

White with #538341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538341; }

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

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

background-color css

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

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

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

border-color css

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

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

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