Html Css Color HEX #528144 Fern Green

📋 copy color: '#528144'

red 82 ◦ green 129 ◦ blue 68

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

Shades of Fern Green #528144

Tints of Fern Green #528144

RGB

 RED value IS 82 (32.42% from 255) = 29.39%

 GREEN value IS 129 (50.78% from 255) = 46.24%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 29.39%
G = 46.24%
B = 24.37%

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

#528144 (or 0x528144) is known color: Fern Green. HEX triplet: 52, 81 and 44. RGB value is (82,129,68). Sum of RGB (Red+Green+Blue) = 82+129+68=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #528144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528144 is #AD7EBB. Grayscale: #6C6C6C. Windows color (decimal): -11370172 or 4489554. OLE color: 4489554.

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

Color convert

RGB 82 129 68 -
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.37 17.91 8.27 -
YUV 107.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 82 129 68 0.36 0 0.47 0.49 106.23 0.31 0.39
Hex 52 81 44 24 0 2F 31 6A 1F 27
Octal 122 201 104 44 0 57 61 152 37 47
Binary 1010010 10000001 1000100 100100 0 101111 110001 1101010 11111 100111

Color Harmonies of #528144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528144

Black with #528144

Text Example


Text Example

White with #528144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528144; }

 p { color: rgb(82,129,68); }

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

background-color css

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

 a { background-color: rgb(82,129,68); }

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

border-color css

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

 span { border-color: rgb(82,129,68); }

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