Html Css Color HEX #527A41 Fern Green

📋 copy color: '#527A41'

red 82 ◦ green 122 ◦ blue 65

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

Shades of Fern Green #527A41

Tints of Fern Green #527A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.35%

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

R = 30.48%
G = 45.35%
B = 24.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#527A41 (or 0x527A41) is known color: Fern Green. HEX triplet: 52, 7A and 41. RGB value is (82,122,65). Sum of RGB (Red+Green+Blue) = 82+122+65=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #527A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A41 is #AD85BE. Grayscale: #676767. Windows color (decimal): -11371967 or 4291154. OLE color: 4291154.

HSL color Cylindrical-coordinate representation of color #527A41: hue angle of 102.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527A41 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 65 -
CMYK 0.33 0 0.47 0.52
HSL 102.11º 0.3% 0.37% -
HSV(B) 102.11º 0.47% 0.48% -
XYZ 11.39 16.09 7.51 -
YUV 103.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 82 122 65 0.33 0 0.47 0.52 102.11 0.3 0.37
Hex 52 7A 41 21 0 2F 34 66 1E 25
Octal 122 172 101 41 0 57 64 146 36 45
Binary 1010010 1111010 1000001 100001 0 101111 110100 1100110 11110 100101

Color Harmonies of #527A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A41

Black with #527A41

Text Example


Text Example

White with #527A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527A41; }

 p { color: rgb(82,122,65); }

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

background-color css

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

 a { background-color: rgb(82,122,65); }

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

border-color css

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

 span { border-color: rgb(82,122,65); }

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