Html Css Color HEX #538245 Fern Green

📋 copy color: '#538245'

red 83 ◦ green 130 ◦ blue 69

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

Shades of Fern Green #538245

Tints of Fern Green #538245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.1%

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

R = 29.43%
G = 46.1%
B = 24.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#538245 (or 0x538245) is known color: Fern Green. HEX triplet: 53, 82 and 45. RGB value is (83,130,69). Sum of RGB (Red+Green+Blue) = 83+130+69=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #538245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538245 is #AC7DBA. Grayscale: #6D6D6D. Windows color (decimal): -11304379 or 4555347. OLE color: 4555347.

HSL color Cylindrical-coordinate representation of color #538245: hue angle of 106.23º 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 #538245 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 69 -
CMYK 0.36 0 0.47 0.49
HSL 106.23º 0.31% 0.39% -
HSV(B) 106.23º 0.47% 0.51% -
XYZ 12.62 18.23 8.48 -
YUV 108.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 83 130 69 0.36 0 0.47 0.49 106.23 0.31 0.39
Hex 53 82 45 24 0 2F 31 6A 1F 27
Octal 123 202 105 44 0 57 61 152 37 47
Binary 1010011 10000010 1000101 100100 0 101111 110001 1101010 11111 100111

Color Harmonies of #538245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538245

Black with #538245

Text Example


Text Example

White with #538245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538245; }

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

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

background-color css

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

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

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

border-color css

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

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

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