Html Css Color HEX #538C41 Fern Green

📋 copy color: '#538C41'

red 83 ◦ green 140 ◦ blue 65

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

Shades of Fern Green #538C41

Tints of Fern Green #538C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.61%

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

R = 28.82%
G = 48.61%
B = 22.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#538C41 (or 0x538C41) is known color: Fern Green. HEX triplet: 53, 8C and 41. RGB value is (83,140,65). Sum of RGB (Red+Green+Blue) = 83+140+65=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #538C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C41 is #AC73BE. Grayscale: #727272. Windows color (decimal): -11301823 or 4295763. OLE color: 4295763.

HSL color Cylindrical-coordinate representation of color #538C41: hue angle of 105.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538C41 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 140 65 -
CMYK 0.41 0 0.54 0.45
HSL 105.6º 0.37% 0.4% -
HSV(B) 105.6º 0.54% 0.55% -
XYZ 13.9 20.98 8.32 -
YUV 114.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 83 140 65 0.41 0 0.54 0.45 105.6 0.37 0.4
Hex 53 8C 41 29 0 36 2D 6A 25 28
Octal 123 214 101 51 0 66 55 152 45 50
Binary 1010011 10001100 1000001 101001 0 110110 101101 1101010 100101 101000

Color Harmonies of #538C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C41

Black with #538C41

Text Example


Text Example

White with #538C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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