Html Css Color HEX #538B41 Fern Green

📋 copy color: '#538B41'

red 83 ◦ green 139 ◦ blue 65

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

Shades of Fern Green #538B41

Tints of Fern Green #538B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

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

R = 28.92%
G = 48.43%
B = 22.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#538B41 (or 0x538B41) is known color: Fern Green. HEX triplet: 53, 8B and 41. RGB value is (83,139,65). Sum of RGB (Red+Green+Blue) = 83+139+65=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #538B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538B41 is #AC74BE. Grayscale: #727272. Windows color (decimal): -11302079 or 4295507. OLE color: 4295507.

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

Color convert

RGB 83 139 65 -
CMYK 0.40 0 0.53 0.45
HSL 105.41º 0.36% 0.4% -
HSV(B) 105.41º 0.53% 0.55% -
XYZ 13.75 20.69 8.27 -
YUV 113.82 100.45 106.02 -
System Red Green Blue C M Y K H S L
Decimal 83 139 65 0.40 0 0.53 0.45 105.41 0.36 0.4
Hex 53 8B 41 28 0 35 2D 69 24 28
Octal 123 213 101 50 0 65 55 151 44 50
Binary 1010011 10001011 1000001 101000 0 110101 101101 1101001 100100 101000

Color Harmonies of #538B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B41

Black with #538B41

Text Example


Text Example

White with #538B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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