#5B721D

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

Shades of Fiji Green #5B721D

Tints of Fiji Green #5B721D

Color information

#5B721D (or 0x5B721D) is unknown color: approx Fiji Green. HEX triplet: 5B, 72 and 1D. RGB value is (91,114,29). Sum of RGB (Red+Green+Blue) = 91+114+29=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #5B721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B721D is #A48DE2. Grayscale: #616161. Windows color (decimal): -10784227 or 1929819. OLE color: 1929819.

HSL color Cylindrical-coordinate representation of color #5B721D: hue angle of 76.24º degrees, saturation: 0.59, 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 #5B721D is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB9111429-
CMYK0.2000.750.55
HSL76.24º59.44%28.04%-
HSV(B)76.24º74.56%44.71%-
XYZ10.5514.353.38-
YUV97.4389.38123.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 29 (11.72% from 255) = 12.39%
R=38.89%
G=48.72%
B=12.39%

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
Decimal91114290.2000.750.5576.2459.4428.04
Hex5B721D1404B374c3b1c
Octal13316235240113671147334
Binary10110111110010111011010001001011110111100110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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