Html Css Color HEX #55823B Fern Green

📋 copy color: '#55823B'

red 85 ◦ green 130 ◦ blue 59

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

Shades of Fern Green #55823B

Tints of Fern Green #55823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 31.02%
G = 47.45%
B = 21.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#55823B (or 0x55823B) is known color: Fern Green. HEX triplet: 55, 82 and 3B. RGB value is (85,130,59). Sum of RGB (Red+Green+Blue) = 85+130+59=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #55823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55823B is #AA7DC4. Grayscale: #6C6C6C. Windows color (decimal): -11173317 or 3899989. OLE color: 3899989.

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

Color convert

RGB 85 130 59 -
CMYK 0.35 0 0.55 0.49
HSL 98.03º 0.38% 0.37% -
HSV(B) 98.03º 0.55% 0.51% -
XYZ 12.52 18.21 6.99 -
YUV 108.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 85 130 59 0.35 0 0.55 0.49 98.03 0.38 0.37
Hex 55 82 3B 23 0 37 31 62 26 25
Octal 125 202 73 43 0 67 61 142 46 45
Binary 1010101 10000010 111011 100011 0 110111 110001 1100010 100110 100101

Color Harmonies of #55823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55823B

Black with #55823B

Text Example


Text Example

White with #55823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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