Html Css Color HEX #55823D Fern Green

📋 copy color: '#55823D'

red 85 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #55823D

Tints of Fern Green #55823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 30.8%
G = 47.1%
B = 22.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#55823D (or 0x55823D) is known color: Fern Green. HEX triplet: 55, 82 and 3D. RGB value is (85,130,61). Sum of RGB (Red+Green+Blue) = 85+130+61=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #55823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55823D is #AA7DC2. Grayscale: #6C6C6C. Windows color (decimal): -11173315 or 4031061. OLE color: 4031061.

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

Color convert

RGB 85 130 61 -
CMYK 0.35 0 0.53 0.49
HSL 99.13º 0.36% 0.37% -
HSV(B) 99.13º 0.53% 0.51% -
XYZ 12.57 18.23 7.27 -
YUV 108.68 101.09 111.11 -
System Red Green Blue C M Y K H S L
Decimal 85 130 61 0.35 0 0.53 0.49 99.13 0.36 0.37
Hex 55 82 3D 23 0 35 31 63 24 25
Octal 125 202 75 43 0 65 61 143 44 45
Binary 1010101 10000010 111101 100011 0 110101 110001 1100011 100100 100101

Color Harmonies of #55823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55823D

Black with #55823D

Text Example


Text Example

White with #55823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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