Html Css Color HEX #55681D Fiji Green

📋 copy color: '#55681D'

red 85 ◦ green 104 ◦ blue 29

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

Shades of Fiji Green #55681D

Tints of Fiji Green #55681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 38.99%
G = 47.71%
B = 13.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#55681D (or 0x55681D) is known color: Fiji Green. HEX triplet: 55, 68 and 1D. RGB value is (85,104,29). Sum of RGB (Red+Green+Blue) = 85+104+29=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #55681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55681D is #AA97E2. Grayscale: #5A5A5A. Windows color (decimal): -11180003 or 1927253. OLE color: 1927253.

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

Color convert

RGB 85 104 29 -
CMYK 0.18 0 0.72 0.59
HSL 75.2º 0.56% 0.26% -
HSV(B) 75.2º 0.72% 0.41% -
XYZ 8.92 11.92 2.99 -
YUV 89.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 85 104 29 0.18 0 0.72 0.59 75.2 0.56 0.26
Hex 55 68 1D 12 0 48 3B 4B 38 1A
Octal 125 150 35 22 0 110 73 113 70 32
Binary 1010101 1101000 11101 10010 0 1001000 111011 1001011 111000 11010

Color Harmonies of #55681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55681D

Black with #55681D

Text Example


Text Example

White with #55681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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