#64731B

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

Shades of Fiji Green #64731B

Tints of Fiji Green #64731B

Color information

#64731B (or 0x64731B) is unknown color: approx Fiji Green. HEX triplet: 64, 73 and 1B. RGB value is (100,115,27). Sum of RGB (Red+Green+Blue) = 100+115+27=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #64731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64731B is #9B8CE4. Grayscale: #646464. Windows color (decimal): -10194149 or 1799012. OLE color: 1799012.

HSL color Cylindrical-coordinate representation of color #64731B: hue angle of 70.23º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64731B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB10011527-
CMYK0.1300.770.55
HSL70.23º61.97%27.84%-
HSV(B)70.23º76.52%45.1%-
XYZ11.5815.053.33-
YUV100.4886.53127.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.32%
GREEN value IS 115 (45.31% from 255) = 47.52%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=41.32%
G=47.52%
B=11.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115270.1300.770.5570.2361.9727.84
Hex64731BD04D37463e1c
Octal14416333150115671067634
Binary1100100111001111011110101001101110111100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64731B; }

 p { color: rgb(100,115,27); }

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

<style>
 a { background-color: #64731B; }

 a { background-color: rgb(100,115,27); }

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

<style>
 span { border-color: #64731B; }

 span { border-color: rgb(100,115,27); }

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