Html Css Color HEX #538345 Fern Green

📋 copy color: '#538345'

red 83 ◦ green 131 ◦ blue 69

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

Shades of Fern Green #538345

Tints of Fern Green #538345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 29.33%
G = 46.29%
B = 24.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#538345 (or 0x538345) is known color: Fern Green. HEX triplet: 53, 83 and 45. RGB value is (83,131,69). Sum of RGB (Red+Green+Blue) = 83+131+69=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #538345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538345 is #AC7CBA. Grayscale: #6D6D6D. Windows color (decimal): -11304123 or 4555603. OLE color: 4555603.

HSL color Cylindrical-coordinate representation of color #538345: hue angle of 106.45º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #538345 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 69 -
CMYK 0.37 0 0.47 0.49
HSL 106.45º 0.31% 0.39% -
HSV(B) 106.45º 0.47% 0.51% -
XYZ 12.76 18.5 8.53 -
YUV 109.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 83 131 69 0.37 0 0.47 0.49 106.45 0.31 0.39
Hex 53 83 45 25 0 2F 31 6A 1F 27
Octal 123 203 105 45 0 57 61 152 37 47
Binary 1010011 10000011 1000101 100101 0 101111 110001 1101010 11111 100111

Color Harmonies of #538345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538345

Black with #538345

Text Example


Text Example

White with #538345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538345; }

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

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

background-color css

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

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

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

border-color css

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

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

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