Html Css Color HEX #538541 Fern Green

📋 copy color: '#538541'

red 83 ◦ green 133 ◦ blue 65

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

Shades of Fern Green #538541

Tints of Fern Green #538541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

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

R = 29.54%
G = 47.33%
B = 23.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#538541 (or 0x538541) is known color: Fern Green. HEX triplet: 53, 85 and 41. RGB value is (83,133,65). Sum of RGB (Red+Green+Blue) = 83+133+65=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #538541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538541 is #AC7ABE. Grayscale: #6E6E6E. Windows color (decimal): -11303615 or 4293971. OLE color: 4293971.

HSL color Cylindrical-coordinate representation of color #538541: hue angle of 104.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538541 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 65 -
CMYK 0.38 0 0.51 0.48
HSL 104.12º 0.34% 0.39% -
HSV(B) 104.12º 0.51% 0.52% -
XYZ 12.91 19 7.99 -
YUV 110.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 83 133 65 0.38 0 0.51 0.48 104.12 0.34 0.39
Hex 53 85 41 26 0 33 30 68 22 27
Octal 123 205 101 46 0 63 60 150 42 47
Binary 1010011 10000101 1000001 100110 0 110011 110000 1101000 100010 100111

Color Harmonies of #538541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538541

Black with #538541

Text Example


Text Example

White with #538541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538541; }

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

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

background-color css

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

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

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

border-color css

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

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

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