Html Css Color HEX #538F41 Fern Green

📋 copy color: '#538F41'

red 83 ◦ green 143 ◦ blue 65

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

Shades of Fern Green #538F41

Tints of Fern Green #538F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.14%

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

R = 28.52%
G = 49.14%
B = 22.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#538F41 (or 0x538F41) is known color: Fern Green. HEX triplet: 53, 8F and 41. RGB value is (83,143,65). Sum of RGB (Red+Green+Blue) = 83+143+65=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #538F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538F41 is #AC70BE. Grayscale: #747474. Windows color (decimal): -11301055 or 4296531. OLE color: 4296531.

HSL color Cylindrical-coordinate representation of color #538F41: hue angle of 106.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538F41 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 65 -
CMYK 0.42 0 0.55 0.44
HSL 106.15º 0.38% 0.41% -
HSV(B) 106.15º 0.55% 0.56% -
XYZ 14.34 21.87 8.47 -
YUV 116.17 99.12 104.34 -
System Red Green Blue C M Y K H S L
Decimal 83 143 65 0.42 0 0.55 0.44 106.15 0.38 0.41
Hex 53 8F 41 2A 0 37 2C 6A 26 29
Octal 123 217 101 52 0 67 54 152 46 51
Binary 1010011 10001111 1000001 101010 0 110111 101100 1101010 100110 101001

Color Harmonies of #538F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F41

Black with #538F41

Text Example


Text Example

White with #538F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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