Html Css Color HEX #55681E Fiji Green

📋 copy color: '#55681E'

red 85 ◦ green 104 ◦ blue 30

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

Shades of Fiji Green #55681E

Tints of Fiji Green #55681E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 38.81%
G = 47.49%
B = 13.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#55681E (or 0x55681E) is known color: Fiji Green. HEX triplet: 55, 68 and 1E. RGB value is (85,104,30). Sum of RGB (Red+Green+Blue) = 85+104+30=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #55681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55681E is #AA97E1. Grayscale: #5A5A5A. Windows color (decimal): -11180002 or 1992789. OLE color: 1992789.

HSL color Cylindrical-coordinate representation of color #55681E: hue angle of 75.41º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55681E is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 30 -
CMYK 0.18 0 0.71 0.59
HSL 75.41º 0.55% 0.26% -
HSV(B) 75.41º 0.71% 0.41% -
XYZ 8.93 11.93 3.06 -
YUV 89.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 85 104 30 0.18 0 0.71 0.59 75.41 0.55 0.26
Hex 55 68 1E 12 0 47 3B 4B 37 1A
Octal 125 150 36 22 0 107 73 113 67 32
Binary 1010101 1101000 11110 10010 0 1000111 111011 1001011 110111 11010

Color Harmonies of #55681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55681E

Black with #55681E

Text Example


Text Example

White with #55681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55681E; }

 p { color: rgb(85,104,30); }

 H1.HeaderClassName
 {
   color: #55681E;
 }
 .AnyTagClassName
 {
   color: #55681E;
 }
</style>

background-color css

<style>
 a { background-color: #55681E; }

 a { background-color: rgb(85,104,30); }

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

border-color css

<style>
 span { border-color: #55681E; }

 span { border-color: rgb(85,104,30); }

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