#5B721C

Color #5B721C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5B721C

Tints of Fiji Green #5B721C

Color information

#5B721C (or 0x5B721C) is unknown color: approx Fiji Green. HEX triplet: 5B, 72 and 1C. RGB value is (91,114,28). Sum of RGB (Red+Green+Blue) = 91+114+28=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #5B721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B721C is #A48DE3. Grayscale: #616161. Windows color (decimal): -10784228 or 1864283. OLE color: 1864283.

HSL color Cylindrical-coordinate representation of color #5B721C: hue angle of 76.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B721C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB9111428-
CMYK0.2000.750.55
HSL76.05º60.56%27.84%-
HSV(B)76.05º75.44%44.71%-
XYZ10.5414.343.31-
YUV97.3288.88123.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.06%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 28 (11.33% from 255) = 12.02%
R=39.06%
G=48.93%
B=12.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114280.2000.750.5576.0560.5627.84
Hex5B721C1404B374c3d1c
Octal13316234240113671147534
Binary10110111110010111001010001001011110111100110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B721C; }

 p { color: rgb(91,114,28); }

 H1.HeaderClassName
 {
   color: #5B721C;
 }
 .AnyTagClassName
 {
   color: #5B721C;
 }
</style>
background-color css

<style>
 a { background-color: #5B721C; }

 a { background-color: rgb(91,114,28); }

 div.DivClassName
 {
   background-color: #5B721C;
 }
 .BgClassName
 {
   background-color: #5B721C;
 }
</style>
border-color css

<style>
 span { border-color: #5B721C; }

 span { border-color: rgb(91,114,28); }

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