Html Css Color HEX #538232 Fern Green

📋 copy color: '#538232'

red 83 ◦ green 130 ◦ blue 50

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

Shades of Fern Green #538232

Tints of Fern Green #538232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 31.56%
G = 49.43%
B = 19.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#538232 (or 0x538232) is known color: Fern Green. HEX triplet: 53, 82 and 32. RGB value is (83,130,50). Sum of RGB (Red+Green+Blue) = 83+130+50=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #538232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538232 is #AC7DCD. Grayscale: #6B6B6B. Windows color (decimal): -11304398 or 3310163. OLE color: 3310163.

HSL color Cylindrical-coordinate representation of color #538232: hue angle of 95.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538232 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 50 -
CMYK 0.36 0 0.62 0.49
HSL 95.25º 0.44% 0.35% -
HSV(B) 95.25º 0.62% 0.51% -
XYZ 12.13 18.03 5.86 -
YUV 106.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 83 130 50 0.36 0 0.62 0.49 95.25 0.44 0.35
Hex 53 82 32 24 0 3E 31 5F 2C 23
Octal 123 202 62 44 0 76 61 137 54 43
Binary 1010011 10000010 110010 100100 0 111110 110001 1011111 101100 100011

Color Harmonies of #538232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538232

Black with #538232

Text Example


Text Example

White with #538232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538232; }

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

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

background-color css

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

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

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

border-color css

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

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

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