Html Css Color HEX #55824B Fern Green

📋 copy color: '#55824B'

red 85 ◦ green 130 ◦ blue 75

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

Shades of Fern Green #55824B

Tints of Fern Green #55824B

RGB

 RED value IS 85 (33.59% from 255) = 29.31%

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 29.31%
G = 44.83%
B = 25.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#55824B (or 0x55824B) is known color: Fern Green. HEX triplet: 55, 82 and 4B. RGB value is (85,130,75). Sum of RGB (Red+Green+Blue) = 85+130+75=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #55824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55824B is #AA7DB4. Grayscale: #6E6E6E. Windows color (decimal): -11173301 or 4948565. OLE color: 4948565.

HSL color Cylindrical-coordinate representation of color #55824B: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55824B is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 75 -
CMYK 0.35 0 0.42 0.49
HSL 109.09º 0.27% 0.4% -
HSV(B) 109.09º 0.42% 0.51% -
XYZ 13 18.4 9.52 -
YUV 110.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 85 130 75 0.35 0 0.42 0.49 109.09 0.27 0.4
Hex 55 82 4B 23 0 2A 31 6D 1B 28
Octal 125 202 113 43 0 52 61 155 33 50
Binary 1010101 10000010 1001011 100011 0 101010 110001 1101101 11011 101000

Color Harmonies of #55824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55824B

Black with #55824B

Text Example


Text Example

White with #55824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55824B; }

 p { color: rgb(85,130,75); }

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

background-color css

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

 a { background-color: rgb(85,130,75); }

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

border-color css

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

 span { border-color: rgb(85,130,75); }

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