Html Css Color HEX #55730F Fiji Green

📋 copy color: '#55730F'

red 85 ◦ green 115 ◦ blue 15

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

Shades of Fiji Green #55730F

Tints of Fiji Green #55730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 39.53%
G = 53.49%
B = 6.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#55730F (or 0x55730F) is known color: Fiji Green. HEX triplet: 55, 73 and 0F. RGB value is (85,115,15). Sum of RGB (Red+Green+Blue) = 85+115+15=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #55730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55730F is #AA8CF0. Grayscale: #5F5F5F. Windows color (decimal): -11177201 or 1012565. OLE color: 1012565.

HSL color Cylindrical-coordinate representation of color #55730F: hue angle of 78º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55730F is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 15 -
CMYK 0.26 0 0.87 0.55
HSL 78º 0.77% 0.25% -
HSV(B) 78º 0.87% 0.45% -
XYZ 9.96 14.23 2.67 -
YUV 94.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 85 115 15 0.26 0 0.87 0.55 78 0.77 0.25
Hex 55 73 F 1A 0 57 37 4E 4D 19
Octal 125 163 17 32 0 127 67 116 115 31
Binary 1010101 1110011 1111 11010 0 1010111 110111 1001110 1001101 11001

Color Harmonies of #55730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55730F

Black with #55730F

Text Example


Text Example

White with #55730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55730F; }

 p { color: rgb(85,115,15); }

 H1.HeaderClassName
 {
   color: #55730F;
 }
 .AnyTagClassName
 {
   color: #55730F;
 }
</style>

background-color css

<style>
 a { background-color: #55730F; }

 a { background-color: rgb(85,115,15); }

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

border-color css

<style>
 span { border-color: #55730F; }

 span { border-color: rgb(85,115,15); }

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