Html Css Color HEX #55943C Fern Green

📋 copy color: '#55943C'

red 85 ◦ green 148 ◦ blue 60

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

Shades of Fern Green #55943C

Tints of Fern Green #55943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 29.01%
G = 50.51%
B = 20.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#55943C (or 0x55943C) is known color: Fern Green. HEX triplet: 55, 94 and 3C. RGB value is (85,148,60). Sum of RGB (Red+Green+Blue) = 85+148+60=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #55943C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55943C is #AA6BC3. Grayscale: #777777. Windows color (decimal): -11168708 or 3970133. OLE color: 3970133.

HSL color Cylindrical-coordinate representation of color #55943C: hue angle of 102.95º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55943C is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 60 -
CMYK 0.43 0 0.59 0.42
HSL 102.95º 0.42% 0.41% -
HSV(B) 102.95º 0.59% 0.58% -
XYZ 15.15 23.44 8 -
YUV 119.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 85 148 60 0.43 0 0.59 0.42 102.95 0.42 0.41
Hex 55 94 3C 2B 0 3B 2A 67 2A 29
Octal 125 224 74 53 0 73 52 147 52 51
Binary 1010101 10010100 111100 101011 0 111011 101010 1100111 101010 101001

Color Harmonies of #55943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55943C

Black with #55943C

Text Example


Text Example

White with #55943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55943C; }

 p { color: rgb(85,148,60); }

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

background-color css

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

 a { background-color: rgb(85,148,60); }

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

border-color css

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

 span { border-color: rgb(85,148,60); }

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